00001 // $Id: ESF_Proxy_Collection.cpp 71526 2006-03-14 06:14:35Z jtc $ 00002 00003 #ifndef TAO_ESF_PROXY_COLLECTION_CPP 00004 #define TAO_ESF_PROXY_COLLECTION_CPP 00005 00006 #include "orbsvcs/ESF/ESF_Proxy_Collection.h" 00007 #include "orbsvcs/ESF/ESF_Worker.h" 00008 00009 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00010 00011 // **************************************************************** 00012 00013 template<class PROXY> 00014 TAO_ESF_Proxy_Collection<PROXY>::~TAO_ESF_Proxy_Collection (void) 00015 { 00016 } 00017 00018 TAO_END_VERSIONED_NAMESPACE_DECL 00019 00020 #endif /* TAO_ESF_PROXY_COLLECTION_CPP */