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

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