summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Event_Map_Entry_T.inl
blob: 5877d0c4799ce5d9a91223bea625e9e246360c50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// $Id$

#include "Event_Map_Entry_T.h"

template <class PROXY> ACE_INLINE TAO_NS_Event_Map_Entry_T<PROXY>::COLLECTION*
TAO_NS_Event_Map_Entry_T<PROXY>::collection (void)
{
  return collection_;
}

template <class PROXY> ACE_INLINE int
TAO_NS_Event_Map_Entry_T<PROXY>::count (void)
{
  return this->count_;
}