#include <Fault_Tolerance_Service.h>
Public Member Functions | |
TAO_Fault_Tolerance_Service (void) | |
Ctor. | |
~TAO_Fault_Tolerance_Service (void) | |
Dtor. | |
void | init (TAO_ORB_Core *orb_core) |
Initialise the internal data structures. | |
TAO_Service_Callbacks * | service_callback (void) |
Return the underlying callback object. | |
Private Attributes | |
TAO_Service_Callbacks * | ft_service_callback_ |
hook to callback on to the service |
A class that holds an FT service call back instance.
TAO_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE TAO_Fault_Tolerance_Service::TAO_Fault_Tolerance_Service | ( | void | ) |
Ctor.
TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO_Fault_Tolerance_Service::~TAO_Fault_Tolerance_Service | ( | void | ) |
Dtor.
void TAO_Fault_Tolerance_Service::init | ( | TAO_ORB_Core * | orb_core | ) |
Initialise the internal data structures.
ACE_INLINE TAO_Service_Callbacks * TAO_Fault_Tolerance_Service::service_callback | ( | void | ) |
Return the underlying callback object.
hook to callback on to the service