#include <Servant_Base.h>
Public Member Functions | |
u_long | operator() (PortableServer::Servant servant) const |
Returns hash value. |
Definition at line 161 of file Servant_Base.h.
u_long TAO_Servant_Hash::operator() | ( | PortableServer::Servant | servant | ) | const |
Returns hash value.
Definition at line 8 of file Servant_Base.inl.
{ return static_cast<u_long> (reinterpret_cast<ptrdiff_t> (servant)); }