00001 // -*- C++ -*- 00002 // 00003 // POA_Helper.inl,v 1.5 2005/11/14 22:03:49 ossama Exp 00004 00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00006 00007 ACE_INLINE PortableServer::POA_ptr 00008 TAO_Notify_POA_Helper::poa (void) 00009 { 00010 return this->poa_.in (); 00011 } 00012 00013 TAO_END_VERSIONED_NAMESPACE_DECL