Updated logging to include the class/method so that it is more obvious where these...
[ACE_TAO.git] / TAO / tao / PortableServer / Regular_POA.inl
blob7be5db2b0a25c50fbd83a245274fb12c79860094
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 (void)
9   return PortableServer::POA::_duplicate (this->parent_);
12 TAO_END_VERSIONED_NAMESPACE_DECL
14 #endif