#include "ace/config-all.h"
#include "ace/NT_Service.h"
#include "ace/Singleton.h"
#include "ace/Synch.h"
#include "tao/orbconf.h"
Include dependency graph for Activator_NT_Service.h:
This graph shows which files directly or indirectly include this file:
Classes | |
class | Activator_NT_Service |
Allows the Implementation Repository to act as a Windows NT Service. More... | |
Typedefs | |
typedef ACE_Singleton< Activator_NT_Service, ACE_Mutex > | SERVICE |
Variables | |
static const char * | IMR_ACTIVATOR_SERVICE_NAME = "TAOImRActivator" |
static const char * | IMR_ACTIVATOR_DISPLAY_NAME = "TAO Implementation Repository Activator" |
static const char * | IMR_ACTIVATOR_DESCRIPTION = "Implementation Repository Activator service for TAO" |
typedef ACE_Singleton<Activator_NT_Service, ACE_Mutex> SERVICE |
const char* IMR_ACTIVATOR_DESCRIPTION = "Implementation Repository Activator service for TAO" [static] |
const char* IMR_ACTIVATOR_DISPLAY_NAME = "TAO Implementation Repository Activator" [static] |
const char* IMR_ACTIVATOR_SERVICE_NAME = "TAOImRActivator" [static] |