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

#ifndef TAO_ESF_PROXY_COLLECTION_CPP
#define TAO_ESF_PROXY_COLLECTION_CPP

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

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 */