Servant_var.inl File Reference

#include <algorithm>

Include dependency graph for Servant_var.inl:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Functions

template<class X, class Y> ACE_INLINE bool operator== (typename PortableServer::Servant_var< X > const &x, typename PortableServer::Servant_var< Y > const &y)
template<class X, class Y> ACE_INLINE bool operator!= (typename PortableServer::Servant_var< X > const &x, typename PortableServer::Servant_var< Y > const &y)


Function Documentation

template<class X, class Y>
ACE_INLINE bool operator!= typename PortableServer::Servant_var< X > const &  x,
typename PortableServer::Servant_var< Y > const &  y
 

Definition at line 171 of file Servant_var.inl.

00173 {
00174   return x.in () != y.in ();
00175 }

template<class X, class Y>
ACE_INLINE bool operator== typename PortableServer::Servant_var< X > const &  x,
typename PortableServer::Servant_var< Y > const &  y
 

Definition at line 163 of file Servant_var.inl.

00165 {
00166   return x.in () == y.in ();
00167 }


Generated on Sun Jan 27 13:26:19 2008 for TAO_PortableServer by doxygen 1.3.6