summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/ESF/ESF_Worker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/ESF/ESF_Worker.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/ESF/ESF_Worker.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/ESF/ESF_Worker.cpp b/TAO/orbsvcs/orbsvcs/ESF/ESF_Worker.cpp
index 6ffea97b026..9de69d5ff82 100644
--- a/TAO/orbsvcs/orbsvcs/ESF/ESF_Worker.cpp
+++ b/TAO/orbsvcs/orbsvcs/ESF/ESF_Worker.cpp
@@ -5,7 +5,7 @@
#include "ESF_Worker.h"
-ACE_RCSID(ESF, ESF_Worker, "$Id$")
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
template<class Object>
TAO_ESF_Worker<Object>::~TAO_ESF_Worker (void)
@@ -17,4 +17,6 @@ void TAO_ESF_Worker<Object>::set_size (size_t)
{
}
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#endif /* TAO_ESF_WORKER_CPP */