13 #ifndef mitkModuleActivator_h
14 #define mitkModuleActivator_h
28 void Load(us::ModuleContext* context)
override;
29 void Unload(us::ModuleContext* context)
override;
32 template <
class TQuestion>
33 void RegisterQuestion()
35 m_QuestionFactory->Register(
new TQuestion);
38 std::unique_ptr<IQuestionFactory> m_QuestionFactory;