summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_Collection.cpp
blob: 797ad4df35dd50605c88837cbe013d1c93f35e1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// $Id$

#ifndef TAO_ESF_PROXY_COLLECTION_CPP
#define TAO_ESF_PROXY_COLLECTION_CPP

#include "ESF_Proxy_Collection.h"
#include "ESF_Worker.h"

#if ! defined (__ACE_INLINE__)
#include "ESF_Proxy_Collection.i"
#endif /* __ACE_INLINE__ */

ACE_RCSID(ESF, ESF_Proxy_Collection, "$Id$")

// ****************************************************************

template<class PROXY>
TAO_ESF_Proxy_Collection<PROXY>::~TAO_ESF_Proxy_Collection (void)
{
}

#endif /* TAO_ESF_PROXY_COLLECTION_CPP */