12 #ifndef CXNETWORKPLUGINACTIVATOR_H_ 13 #define CXNETWORKPLUGINACTIVATOR_H_ 15 #include <ctkPluginActivator.h> 16 #include "boost/shared_ptr.hpp" 34 Q_INTERFACES(ctkPluginActivator)
35 Q_PLUGIN_METADATA(IID
"org_custusx_webserver")
42 void start(ctkPluginContext* context);
43 void stop(ctkPluginContext* context);
47 HttpRequestHandlerPtr mRequestHandler;
void stop(ctkPluginContext *context)
boost::shared_ptr< class HttpRequestHandler > HttpRequestHandlerPtr
~NetworkPluginActivator()
boost::shared_ptr< class RemoteAPI > RemoteAPIPtr
void start(ctkPluginContext *context)
Namespace for all CustusX production code.