summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/POA_Helper.inl
blob: 8679b91e6e2e9f2ccd1fd4fa2a0f83b37d208e8f (plain)
1
2
3
4
5
6
7
8
9
10
// -*- C++ -*-
TAO_BEGIN_VERSIONED_NAMESPACE_DECL

ACE_INLINE PortableServer::POA_ptr
TAO_Notify_POA_Helper::poa (void)
{
  return this->poa_.in ();
}

TAO_END_VERSIONED_NAMESPACE_DECL