#include <NodeApplication_Task.h>
Inheritance diagram for CIAO::NodeApplication_Task:
Public Types | |
typedef CIAO::NodeApplication_Task::_options | Options |
Public Member Functions | |
NodeApplication_Task (ACE_Thread_Manager &thread_manager, CORBA::ORB_ptr orb, Options &opts) | |
int | svc (void) |
Protected Attributes | |
CORBA::ORB_var | orb_ |
Options | options_ |
|
|
|
|
|
@ 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. Reimplemented from ACE_Task_Base. |
|
|
|
|