summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Dispatch_Observer_T.inl
blob: 995a33dbfb6f26623408ecc0f7ae1be82958e727 (plain)
1
2
3
4
5
6
7
8
9
// $Id$

#include "Dispatch_Observer_T.h"

template <class PEER> ACE_INLINE TAO_NS_Dispatch_Observer_T<PEER>::PEER_COLLECTION*
TAO_NS_Dispatch_Observer_T<PEER>::peer_collection (void)
{
  return this->peer_collection_;
}