// -*- C++ -*- TAO_BEGIN_VERSIONED_NAMESPACE_DECL template ACE_INLINE typename TAO_Notify_Event_Map_Entry_T::COLLECTION* TAO_Notify_Event_Map_Entry_T::collection (void) { return collection_; } template ACE_INLINE int TAO_Notify_Event_Map_Entry_T::count (void) { return this->count_; } template ACE_INLINE CORBA::ULong TAO_Notify_Event_Map_Entry_T::_incr_refcnt (void) { return ++this->usage_count_; } template ACE_INLINE CORBA::ULong TAO_Notify_Event_Map_Entry_T::_decr_refcnt (void) { return --this->usage_count_; } TAO_END_VERSIONED_NAMESPACE_DECL