00001 // -*- C++ -*- 00002 // 00003 // $Id: Container_T.inl 76599 2007-01-25 19:45:38Z johnnyw $ 00004 00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00006 00007 template<class TYPE> ACE_INLINE typename TAO_Notify_Container_T<TYPE>::COLLECTION* 00008 TAO_Notify_Container_T<TYPE>:: collection (void) 00009 { 00010 return this->collection_; 00011 } 00012 00013 TAO_END_VERSIONED_NAMESPACE_DECL