Public Member Functions | |
ImR_Activator_ORB_Runner (ImR_Activator_Loader &service) | |
virtual int | svc () |
Private Attributes | |
ImR_Activator_Loader & | service_ |
Definition at line 7 of file Activator_Loader.cpp.
ImR_Activator_ORB_Runner::ImR_Activator_ORB_Runner | ( | ImR_Activator_Loader & | service | ) | [inline] |
virtual int ImR_Activator_ORB_Runner::svc | ( | void | ) | [inline, virtual] |
Reimplemented from ACE_Task_Base.
Definition at line 15 of file Activator_Loader.cpp.
References ImR_Activator_Loader::run(), and service_.
00016 { 00017 // Block until service_.fini() calls orb->destroy() 00018 this->service_.run (); 00019 return 0; 00020 }