summaryrefslogtreecommitdiff
path: root/TAO/tao/Servant_Base.i
blob: 3b332151ebc3963d67f63d070fb8a79f2d6eec10 (plain)
1
2
3
4
5
6
7
8
// $Id$

ACE_INLINE u_long 
TAO_Servant_Hash::operator () (PortableServer::Servant servant) const
{
  return u_long (servant);
}