summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_Collection.cpp
blob: 2cb0b66304002f69763bd985b07dd1a7a2e5cac0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// $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 */