Classes | |
struct | Implicit_Deactivation_Functor |
Implements a functor for the Implicit_Deactivator class. More... | |
struct | ORB_Destroyer_Functor |
Implements a functor for the ORB_Destroyer class. More... | |
class | PolicyList_Destroyer |
Automatically destroy all the policies set in a PolicyList. More... | |
class | RIR_Narrow |
Helper class to obtain an initial reference and narrow it to the proper object reference. More... | |
class | Servant_Var |
Provides a type safe counted reference to servants. More... | |
class | Server_Main |
Typedefs | |
typedef ACE_Utils::Auto_Functor < PortableServer::ServantBase, Implicit_Deactivation_Functor > | Implicit_Deactivator |
typedef ACE_Utils::Auto_Functor < CORBA::ORB, ORB_Destroyer_Functor > | ORB_Destroyer |
Functions | |
template<class X , class Y > | |
bool | operator== (Servant_Var< X > const &x, Servant_Var< Y > const &y) |
Compare two Servant_Vars for equivalence. | |
template<class X , class Y > | |
bool | operator!= (Servant_Var< X > const &x, Servant_Var< Y > const &y) |
Compare two Servant_Vars for non-equivalence. |
typedef ACE_Utils::Auto_Functor< PortableServer::ServantBase, Implicit_Deactivation_Functor> TAO::Utils::Implicit_Deactivator |
Definition at line 54 of file Implicit_Deactivator.h.
Definition at line 53 of file ORB_Destroyer.h.
bool TAO::Utils::operator!= | ( | Servant_Var< X > const & | x, | |
Servant_Var< Y > const & | y | |||
) |
Compare two Servant_Vars for non-equivalence.
bool TAO::Utils::operator== | ( | Servant_Var< X > const & | x, | |
Servant_Var< Y > const & | y | |||
) |
Compare two Servant_Vars for equivalence.