summaryrefslogtreecommitdiff
path: root/modules/CIAO/ciao/Containers/Session/Session_Container.inl
blob: 03461c07ac6606f0338e9190f7e7f8c969926147 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// $Id$   -*- C++ -*-

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

ACE_INLINE CIAO::Servant_Activator_ptr
CIAO::Session_Container::ports_servant_activator (void)
{
  return Servant_Activator::_duplicate(this->sa_.in ());
}