summaryrefslogtreecommitdiff
path: root/modules/CIAO/ciao/Swapping_Container.inl
blob: 079569724d7e76d32917b64eab4aefaa6cd228d7 (plain)
1
2
3
4
5
6
7
8
// $Id$

ACE_INLINE CORBA::Object_ptr
CIAO::Swapping_Container::get_objref (PortableServer::Servant p)
  ACE_THROW_SPEC ((CORBA::SystemException))
{
  return this->the_POA ()->servant_to_reference (p);
}