Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tao / PortableServer / Regular_POA.inl
blob73727ad3843eb4d03d5b25b561efda897b293438
1 // -*- C++ -*-
2 #if !defined (CORBA_E_MICRO)
4 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
6 ACE_INLINE PortableServer::POA_ptr
7 TAO_Regular_POA::the_parent ()
9   return PortableServer::POA::_duplicate (this->parent_);
12 TAO_END_VERSIONED_NAMESPACE_DECL
14 #endif