TAO_Implementation_Repository
2.3.3
|
#include "orbsvcs/Log_Macros.h"
#include "Config_Backing_Store.h"
#include "Server_Info.h"
#include "Activator_Info.h"
#include "utils.h"
#include "ace/OS_NS_unistd.h"
Functions | |
static int | get_key (ACE_Configuration &cfg, const ACE_CString &name, const ACE_TCHAR *const sub_section, ACE_Configuration_Section_Key &key) |
Variables | |
static const ACE_TCHAR * | STARTUP_COMMAND = ACE_TEXT("StartupCommand") |
static const ACE_TCHAR * | WORKING_DIR = ACE_TEXT("WorkingDir") |
static const ACE_TCHAR * | ENVIRONMENT = ACE_TEXT("Environment") |
static const ACE_TCHAR * | ACTIVATION = ACE_TEXT("Activation") |
static const ACE_TCHAR * | PARTIAL_IOR = ACE_TEXT("Location") |
static const ACE_TCHAR * | IOR = ACE_TEXT("IOR") |
static const ACE_TCHAR * | START_LIMIT = ACE_TEXT("StartLimit") |
static const ACE_TCHAR * | ACTIVATOR = ACE_TEXT("Activator") |
static const ACE_TCHAR * | SERVERS_ROOT_KEY = ACE_TEXT("Servers") |
static const ACE_TCHAR * | ACTIVATORS_ROOT_KEY = ACE_TEXT("Activators") |
static const ACE_TCHAR * | TOKEN = ACE_TEXT("Token") |
static const ACE_TCHAR * | SERVER_ID = ACE_TEXT("ServerId") |
static const ACE_TCHAR * | JACORB_SERVER = ACE_TEXT("JacORBServer") |
static const ACE_TCHAR * | ALTKEY = ACE_TEXT("AltKey") |
static const ACE_TCHAR * | POA = ACE_TEXT("POA") |
static const ACE_TCHAR * | PEERS = ACE_TEXT("Peers") |
static const ACE_TCHAR * | PID = ACE_TEXT("Pid") |
|
static |