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