summaryrefslogtreecommitdiff
path: root/trunk/CIAO/ciao/Swapping_Container.inl
blob: 698eec0324d801f85b15804dcff22887948d2969 (plain)
1
2
3
4
5
6
7
// $Id$

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