Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tao / PortableServer / Non_Servant_Upcall.inl
blobd9b4fc5439af4de7c736c42a7a28285c77851a75
1 // -*- C++ -*-
2 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
4 namespace TAO
6   namespace Portable_Server
7   {
8     ACE_INLINE ::TAO_Root_POA &
9     Non_Servant_Upcall::poa () const
10     {
11       return this->poa_;
12     }
13   }
16 TAO_END_VERSIONED_NAMESPACE_DECL