#include "NodeApplication_Impl.h"
#include "NodeApplication_CallBackC.h"
#include "ciao/Server_init.h"
#include "ciao/CIAO_common.h"
#include "ace/SString.h"
#include "ace/Get_Opt.h"
#include "ace/Env_Value_T.h"
#include "ace/Sched_Params.h"
#include "ace/OS_NS_errno.h"
Include dependency graph for NodeApplication.cpp:
Functions | |
int | parse_args (int argc, char *argv[]) |
int | main (int argc, char *argv[]) |
Variables | |
const char * | ior_file_name = 0 |
const char * | callback_ior = 0 |
int | use_callback = 1 |
|
@ We need to call NodeApplication servant's init method. But it's not sure to me where exactly we can get the Properties needed by the init method at this moment. There are two ways to set the property of the NodeApplication: 1. call init remotely from NodeApplicationManager 2. call init locally on the servant of NodeApplication. |
|
|
|
|
|
|
|
|