-------------------------------------------------------------------------
| 70 | { |
| 71 | //------------------------------------------------------------------------- |
| 72 | __declspec(dllexport) Plugin::IExportPlugin* CreatePlugin() |
| 73 | { |
| 74 | return new SimpleTextExport(); |
| 75 | } |
| 76 | } |
nothing calls this directly
no outgoing calls
no test coverage detected