13 #ifndef MITKIGTBASEACTIVATOR_H
14 #define MITKIGTBASEACTIVATOR_H
29 void Load(us::ModuleContext*context)
override;
30 void Unload(us::ModuleContext* context)
override;
34 std::unique_ptr<IFileWriter> m_NavigationDataSetWriterXML;
35 std::unique_ptr<IFileWriter> m_NavigationDataSetWriterCSV;
36 std::unique_ptr<IFileReader> m_NavigationDataReaderXML;
37 std::unique_ptr<IFileReader> m_NavigationDataReaderCSV;
42 #endif // MITKIGTBASEACTIVATOR_H