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

template <class PROXY> ACE_INLINE ACE_TYPENAME
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_;
}