#include <Servant_Base.h>
Public Member Functions | |
| u_long | operator() (PortableServer::Servant servant) const |
| Returns hash value. | |
|
|
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 }
|
1.3.6