#include "NodeManager_Impl.h"
#include "orbsvcs/CosNamingC.h"
#include "tao/IORTable/IORTable.h"
#include "ace/SString.h"
#include "ace/Read_Buffer.h"
#include "ace/Get_Opt.h"
#include "ace/OS_NS_stdio.h"
#include "ace/OS_NS_unistd.h"
#include "ace/os_include/os_netdb.h"
#include "ciao/Server_init.h"
#include "ciao/CIAO_common.h"
Functions | |
int | parse_args (int argc, char *argv[]) |
int | write_IOR (const char *ior) |
void | write_pid (void) |
bool | register_with_ns (const char *name_context, CORBA::ORB_ptr orb, CIAO::NodeManagerDaemon_ptr obj) |
int | ACE_TMAIN (int argc, ACE_TCHAR *argv[]) |
Variables | |
const char * | ior_file_name_ = "nodedaemon.ior" |
char * | nodeapp_location_ = 0 |
const char * | pid_file_name_ = 0 |
bool | write_to_ior_ = false |
bool | register_with_ns_ = false |
int | nodeapp_loc_ = 0 |
int | spawn_delay = 1 |
bool | is_multi_threaded = false |
ACE_CString | nodeapp_options_ |
int ACE_TMAIN | ( | int | argc, | |
ACE_TCHAR * | argv[] | |||
) |
int parse_args | ( | int | argc, | |
char * | argv[] | |||
) |
bool register_with_ns | ( | const char * | name_context, | |
CORBA::ORB_ptr | orb, | |||
CIAO::NodeManagerDaemon_ptr | obj | |||
) |
int write_IOR | ( | const char * | ior | ) |
void write_pid | ( | void | ) |
const char* ior_file_name_ = "nodedaemon.ior" |
bool is_multi_threaded = false |
int nodeapp_loc_ = 0 |
char* nodeapp_location_ = 0 |
const char* pid_file_name_ = 0 |
bool register_with_ns_ = false |
int spawn_delay = 1 |
bool write_to_ior_ = false |