ImR_Activator_ORB_Runner Class Reference

Inheritance diagram for ImR_Activator_ORB_Runner:

Inheritance graph
[legend]
Collaboration diagram for ImR_Activator_ORB_Runner:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ImR_Activator_ORB_Runner (ImR_Activator_Loader &service)
virtual int svc ()

Private Attributes

ImR_Activator_Loaderservice_

Constructor & Destructor Documentation

ImR_Activator_ORB_Runner::ImR_Activator_ORB_Runner ImR_Activator_Loader service  )  [inline]
 

Definition at line 11 of file Activator_Loader.cpp.

References service_.

00012     : service_ (service)
00013   {
00014   }


Member Function Documentation

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   }


Member Data Documentation

ImR_Activator_Loader& ImR_Activator_ORB_Runner::service_ [private]
 

Definition at line 9 of file Activator_Loader.cpp.

Referenced by ImR_Activator_ORB_Runner(), and svc().


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