TAO_Servant_Hash Class Reference

#include <Servant_Base.h>

List of all members.

Public Member Functions

u_long operator() (PortableServer::Servant servant) const
 Returns hash value.


Detailed Description

Definition at line 161 of file Servant_Base.h.


Member Function Documentation

TAO_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE u_long TAO_Servant_Hash::operator() ( PortableServer::Servant  servant  )  const

Returns hash value.

Definition at line 8 of file Servant_Base.inl.

00009 {
00010   return static_cast<u_long> (reinterpret_cast<ptrdiff_t> (servant));
00011 }


The documentation for this class was generated from the following files:
Generated on Tue Feb 2 17:41:34 2010 for TAO_PortableServer by  doxygen 1.4.7