summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Regular_POA.inl
blob: 7be5db2b0a25c50fbd83a245274fb12c79860094 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// -*- C++ -*-
#if !defined (CORBA_E_MICRO)

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

ACE_INLINE PortableServer::POA_ptr
TAO_Regular_POA::the_parent (void)
{
  return PortableServer::POA::_duplicate (this->parent_);
}

TAO_END_VERSIONED_NAMESPACE_DECL

#endif