TAO_RTEvent 4.0.2
Loading...
Searching...
No Matches
Macros | Functions
EC_Lifetime_Utils_T.cpp File Reference
#include "orbsvcs/Event/EC_Lifetime_Utils_T.h"

Macros

#define TAO_EC_LIFETIME_UTILS_T_CPP
 

Functions

template<typename T >
void activate (T &obj_ref, PortableServer::POA_ptr poa, PortableServer::ServantBase *servant, TAO_EC_Object_Deactivator &suggested_object_deactivator)
 Helper for activating objects. Activates servant with poa and returns the object reference via obj_ref. If object_deactivator != 0, it is populated with info necessary to deactivate the servant from poa.
 

Macro Definition Documentation

◆ TAO_EC_LIFETIME_UTILS_T_CPP

#define TAO_EC_LIFETIME_UTILS_T_CPP

Function Documentation

◆ activate()

template<typename T >
void activate ( T & obj_ref,
PortableServer::POA_ptr poa,
PortableServer::ServantBase * servant,
TAO_EC_Object_Deactivator & suggested_object_deactivator )

Helper for activating objects. Activates servant with poa and returns the object reference via obj_ref. If object_deactivator != 0, it is populated with info necessary to deactivate the servant from poa.