00001 // -*- C++ -*- 00002 // 00003 // Regular_POA.inl,v 1.3 2005/11/04 09:26:55 ossama Exp 00004 00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00006 00007 ACE_INLINE PortableServer::POA_ptr 00008 TAO_Regular_POA::the_parent (ACE_ENV_SINGLE_ARG_DECL_NOT_USED) 00009 ACE_THROW_SPEC ((CORBA::SystemException)) 00010 { 00011 return PortableServer::POA::_duplicate (this->parent_); 00012 } 00013 00014 TAO_END_VERSIONED_NAMESPACE_DECL