summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Regular_POA.inl
blob: 04b4b4b091b0d8022f46e453b5ab37f1778fbb57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// -*- C++ -*-
//
// $Id$

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

ACE_INLINE PortableServer::POA_ptr
TAO_Regular_POA::the_parent (ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
  ACE_THROW_SPEC ((CORBA::SystemException))
{
  return PortableServer::POA::_duplicate (this->parent_);
}

TAO_END_VERSIONED_NAMESPACE_DECL