#include "EC_Lifetime_Utils.h"
Include dependency graph for EC_Lifetime_Utils_T.h:
This graph shows which files directly or indirectly include this file:
Classes | |
class | TAO_EC_Auto_Command< T > |
class | TAO_EC_Shutdown_Command< T > |
class | TAO_EC_Servant_Var< T > |
Functions | |
template<typename T> | |
void | activate (T &obj_ref, PortableServer::POA_ptr poa, PortableServer::ServantBase *servant, TAO_EC_Object_Deactivator &object_deactivator ACE_ENV_ARG_DECL) |
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. | |
template<class X, class Y> | |
bool | operator== (TAO_EC_Servant_Var< X > const &x, TAO_EC_Servant_Var< Y > const &y) |
Compare two TAO_EC_Servant_Vars for equivalence. | |
template<class X, class Y> | |
bool | operator!= (TAO_EC_Servant_Var< X > const &x, TAO_EC_Servant_Var< Y > const &y) |
Compare two TAO_EC_Servant_Vars for non-equivalence. |
Marina Spivak (marina@atdesk.com)
|
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.
|
|
Compare two TAO_EC_Servant_Vars for non-equivalence.
|
|
Compare two TAO_EC_Servant_Vars for equivalence.
|