summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/ciao/Container_Base.inl
blob: 5435a481075fb05d217ae05f8a523f4fdd4eb95d (plain)
1
2
3
4
5
6
7
8
9
10
// $Id$   -*- C++ -*-

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