#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"
Include dependency graph for Node_Manager.cpp:
Functions | |
int | parse_args (int argc, char *argv[]) |
int | write_IOR (const char *ior) |
bool | register_with_ns (const char *name_context, CORBA::ORB_ptr orb, CIAO::NodeManager_ptr obj ACE_ENV_ARG_DECL) |
int | main (int argc, char *argv[]) |
Variables | |
const char * | ior_file_name_ = "nodedaemon.ior" |
char * | default_svcconf_ = 0 |
char * | svcconf_config_ = 0 |
char * | nodeapp_location_ = 0 |
char * | nodeapp_options_ = 0 |
int | write_to_ior_ = 0 |
int | register_with_ns_ = 0 |
int | nodeapp_loc_ = 0 |
int | spawn_delay = 1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|