summaryrefslogtreecommitdiff
path: root/trunk/CIAO/ciao/Session_Container.inl
blob: 1c6bc7a075cdc7895b4d16fb30fdd1d0a1b78513 (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 *
CIAO::Session_Container::ports_servant_activator (void) const
{
  return this->sa_;
}