summaryrefslogtreecommitdiff
path: root/modules/CIAO/ciao/Containers/Container_Base.inl
blob: 6ef5175d8388f6f18cf55f955200b7ecbf1d2669 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// $Id$

namespace CIAO
{
  ACE_INLINE PortableServer::POA_ptr
  Container_i::the_POA (void)
  {
    return this->component_poa_.in ();
  }

  ACE_INLINE PortableServer::POA_ptr
  Container_i::the_port_POA (void)
  {
    return this->facet_cons_poa_.in ();
  }

  ACE_INLINE CORBA::ORB_ptr
  Container_i::the_ORB (void) const
  {
    return this->orb_.in ();
  }
}