Hashing class for Distributable Thread Ids. More...
#include <Current.h>
Public Member Functions | |
u_long | operator() (const IdType &id) const |
Returns hash value. |
Hashing class for Distributable Thread Ids.
Define the hash() method for Object Ids.
Definition at line 46 of file Current.h.
u_long TAO_DTId_Hash::operator() | ( | const IdType & | id | ) | const |
Returns hash value.
Definition at line 21 of file Current.cpp.
{ return ACE::hash_pjw ((const char *) id.get_buffer (), id.length ()); }