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.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/tao/Codeset_Translator_Base.cpp b/TAO/tao/Codeset_Translator_Base.cpp
index c5d222373b2..bb4691a33d2 100644
--- a/TAO/tao/Codeset_Translator_Base.cpp
+++ b/TAO/tao/Codeset_Translator_Base.cpp
@@ -23,7 +23,11 @@ ACE_RCSID (tao,
Codeset_Translator_Base,
"$Id$")
-TAO_Codeset_Translator_Base::~TAO_Codeset_Translator_Base ()
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
+TAO_Codeset_Translator_Base::~TAO_Codeset_Translator_Base (void)
{
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL