summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/ID_Pool_T.i
blob: 1ab6c8d74bbb814067d184cf445dfcbd8403078a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* -*- C++ -*- $Id$ */

template <class ID_TYPE> ACE_INLINE ID_TYPE
ID_Pool<ID_TYPE>::get (void)
{
   return ++id_;
}

template <class ID_TYPE> ACE_INLINE void
ID_Pool<ID_TYPE>::put (ID_TYPE id)
{
  // TBD:
}