summaryrefslogtreecommitdiff
path: root/TAO/tao/Codeset_Translator_Base.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Codeset_Translator_Base.cpp')
-rw-r--r--TAO/tao/Codeset_Translator_Base.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/TAO/tao/Codeset_Translator_Base.cpp b/TAO/tao/Codeset_Translator_Base.cpp
index e72a02359f3..c5d222373b2 100644
--- a/TAO/tao/Codeset_Translator_Base.cpp
+++ b/TAO/tao/Codeset_Translator_Base.cpp
@@ -17,17 +17,13 @@
//
// =====================================================================
-#include "tao/Codeset_Translator_Base.h"
+#include "Codeset_Translator_Base.h"
ACE_RCSID (tao,
Codeset_Translator_Base,
"$Id$")
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
-TAO_Codeset_Translator_Base::~TAO_Codeset_Translator_Base (void)
+TAO_Codeset_Translator_Base::~TAO_Codeset_Translator_Base ()
{
}
-
-TAO_END_VERSIONED_NAMESPACE_DECL