#include <Services_Activate.h>
Inheritance diagram for TAO_Services_Activate:
Public Member Functions | |
virtual | ~TAO_Services_Activate (void) |
The destructor. | |
virtual TAO_Service_Callbacks * | activate_services (TAO_ORB_Core *orb)=0 |
Many services and components of the ORB whose default behaviour needs to be changed can use this class to activate the Callback hooks. These hooks can then be called by the ORB at the right points. @ TODO
Definition at line 46 of file Services_Activate.h.
|
The destructor.
Definition at line 9 of file Services_Activate.cpp.
00010 { 00011 } |
|
Create and activate the service callbacks into the orb. This method cannot throw any exception, but it can return a nil object to indicate an error condition. Referenced by TAO_Fault_Tolerance_Service::init(). |