Hashing class for Object Ids. More...
#include <Key_Adapters.h>
Public Member Functions | |
u_long | operator() (const PortableServer::ObjectId &id) const |
Returns hash value. |
Hashing class for Object Ids.
Define the hash() method for Object Ids.
Definition at line 63 of file Key_Adapters.h.
u_long TAO_ObjectId_Hash::operator() | ( | const PortableServer::ObjectId & | id | ) | const |
Returns hash value.
Definition at line 40 of file Key_Adapters.cpp.
{ return ACE::hash_pjw ((const char *) id.get_buffer (), id.length ()); }