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

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

ACE_INLINE CIAO::Servant_Activator *
CIAO::Session_Container::ports_servant_activator (void) const
{
  return this->sa_;
}