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