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

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

template<class TYPE> ACE_INLINE ACE_TYPENAME TAO_Notify_Container_T<TYPE>::COLLECTION*
TAO_Notify_Container_T<TYPE>:: collection (void)
{
  return this->collection_;
}

TAO_END_VERSIONED_NAMESPACE_DECL