Servant_Base.inl

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // $Id: Servant_Base.inl 73791 2006-07-27 20:54:56Z wotte $
00004 
00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00006 
00007 ACE_INLINE u_long
00008 TAO_Servant_Hash::operator () (PortableServer::Servant servant) const
00009 {
00010   return static_cast<u_long> (reinterpret_cast<ptrdiff_t> (servant));
00011 }
00012 
00013 TAO_END_VERSIONED_NAMESPACE_DECL

Generated on Tue Feb 2 17:40:54 2010 for TAO_PortableServer by  doxygen 1.4.7