#include "Execution_Manager_Impl.h"
#include "orbsvcs/CosNamingC.h"
#include "tao/Utils/Implicit_Deactivator.h"
#include "ace/SString.h"
#include "ace/Read_Buffer.h"
#include "ace/Get_Opt.h"
#include "ace/OS_NS_unistd.h"
#include "ace/OS_NS_stdio.h"
Include dependency graph for Execution_Manager.cpp:
Namespaces | |
namespace | CIAO |
namespace | CIAO::Execution_Manager |
Functions | |
bool | parse_args (int argc, char *argv[]) |
bool | write_ior_file (CORBA::ORB_ptr orb, CIAO::ExecutionManagerDaemon_ptr obj ACE_ENV_ARG_DECL) |
bool | register_with_ns (CORBA::ORB_ptr orb, CIAO::ExecutionManagerDaemon_ptr obj ACE_ENV_ARG_DECL) |
int | run_main (int argc, char *argv[]) |
int | main (int argc, char *argv[]) |
Variables | |
const char * | ior_file_name_ = "executionManager.ior" |
const char * | init_file_name = "deployment.dat" |
bool | register_with_ns_ = 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|