예제 #1
0
파일: Entries.cpp 프로젝트: binary42/OCI
u_long
TAO_ExtId::hash (void) const
{
  ACE_CString temp (id_);
  temp += kind_;

  return temp.hash ();
}