TAO_Implementation_Repository  2.1.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
Config_Backing_Store.cpp File Reference
#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_TCHARSTARTUP_COMMAND = ACE_TEXT("StartupCommand")
 
static const ACE_TCHARWORKING_DIR = ACE_TEXT("WorkingDir")
 
static const ACE_TCHARENVIRONMENT = ACE_TEXT("Environment")
 
static const ACE_TCHARACTIVATION = ACE_TEXT("Activation")
 
static const ACE_TCHARPARTIAL_IOR = ACE_TEXT("Location")
 
static const ACE_TCHARIOR = ACE_TEXT("IOR")
 
static const ACE_TCHARSTART_LIMIT = ACE_TEXT("StartLimit")
 
static const ACE_TCHARACTIVATOR = ACE_TEXT("Activator")
 
static const ACE_TCHARSERVERS_ROOT_KEY = ACE_TEXT("Servers")
 
static const ACE_TCHARACTIVATORS_ROOT_KEY = ACE_TEXT("Activators")
 
static const ACE_TCHARTOKEN = ACE_TEXT("Token")
 
static const ACE_TCHARSERVER_ID = ACE_TEXT("ServerId")
 
static const ACE_TCHARJACORB_SERVER = ACE_TEXT("JacORBServer")
 

Function Documentation

static int get_key ( ACE_Configuration cfg,
const ACE_CString name,
const ACE_TCHAR *const  sub_section,
ACE_Configuration_Section_Key key 
)
static

Variable Documentation

const ACE_TCHAR* ACTIVATION = ACE_TEXT("Activation")
static
const ACE_TCHAR* ACTIVATOR = ACE_TEXT("Activator")
static
const ACE_TCHAR* ACTIVATORS_ROOT_KEY = ACE_TEXT("Activators")
static
const ACE_TCHAR* ENVIRONMENT = ACE_TEXT("Environment")
static
const ACE_TCHAR* IOR = ACE_TEXT("IOR")
static
const ACE_TCHAR* JACORB_SERVER = ACE_TEXT("JacORBServer")
static
const ACE_TCHAR* PARTIAL_IOR = ACE_TEXT("Location")
static
const ACE_TCHAR* SERVER_ID = ACE_TEXT("ServerId")
static
const ACE_TCHAR* SERVERS_ROOT_KEY = ACE_TEXT("Servers")
static
const ACE_TCHAR* START_LIMIT = ACE_TEXT("StartLimit")
static
const ACE_TCHAR* STARTUP_COMMAND = ACE_TEXT("StartupCommand")
static
const ACE_TCHAR* TOKEN = ACE_TEXT("Token")
static
const ACE_TCHAR* WORKING_DIR = ACE_TEXT("WorkingDir")
static