25 #ifndef INTEGRA_SERVER_STARTUP_INFO_H
26 #define INTEGRA_SERVER_STARTUP_INFO_H
32 class INotificationSink;
47 system_module_directory =
"";
48 third_party_module_directory =
"";
50 notification_sink = NULL;
CServerStartupInfo()
Construct empty startup info.
Definition: server_startup_info.h:45
string system_module_directory
Disk location of the shipped-with-libIntegra modules.
Definition: server_startup_info.h:58
Holds configuration data for libIntegra.
Definition: server_startup_info.h:40
Provides mechanism to recieve feedback about changes to libIntegra's state.
Definition: notification_sink.h:50
string third_party_module_directory
Disk location for 3rd party modules.
Definition: server_startup_info.h:65
INotificationSink * notification_sink
Pointer to an INotificationSink subclass, for receiving feedback when control endpoints are set...
Definition: server_startup_info.h:71
#defines and typedefs used throughout the application