ImR_Locator_ORB_Runner Class Reference

Inheritance diagram for ImR_Locator_ORB_Runner:

Inheritance graph
[legend]
Collaboration diagram for ImR_Locator_ORB_Runner:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ImR_Locator_ORB_Runner (ImR_Locator_Loader &service)
virtual int svc ()

Private Attributes

ImR_Locator_Loaderservice_

Constructor & Destructor Documentation

ImR_Locator_ORB_Runner::ImR_Locator_ORB_Runner ImR_Locator_Loader service  )  [inline]
 

Definition at line 10 of file Locator_Loader.cpp.

00011     : service_ (service)
00012   {
00013   }


Member Function Documentation

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().

00015   {
00016     // Block until service_.fini () calls orb->destroy ()
00017     this->service_.run ();
00018     return 0;
00019   }


Member Data Documentation

ImR_Locator_Loader& ImR_Locator_ORB_Runner::service_ [private]
 

Definition at line 21 of file Locator_Loader.cpp.


The documentation for this class was generated from the following file:
Generated on Thu Nov 9 13:37:17 2006 for TAO_Implementation_Repository by doxygen 1.3.6