00001 // -*- C++ -*- 00002 // 00003 // Container_T.inl,v 1.7 2005/11/14 22:03:49 ossama Exp 00004 00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00006 00007 template<class TYPE> ACE_INLINE ACE_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