summaryrefslogtreecommitdiff
path: root/TAO/tao/Codeset_Translator_Base.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Codeset_Translator_Base.h')
-rw-r--r--TAO/tao/Codeset_Translator_Base.h19
1 files changed, 13 insertions, 6 deletions
diff --git a/TAO/tao/Codeset_Translator_Base.h b/TAO/tao/Codeset_Translator_Base.h
index cb87201e9ce..c2af91a7522 100644
--- a/TAO/tao/Codeset_Translator_Base.h
+++ b/TAO/tao/Codeset_Translator_Base.h
@@ -8,13 +8,14 @@
*
* @author Phil Mesnier <mesnier_p@ociweb.com>
*/
-// =========================
+// ===================================================================
#ifndef TAO_CODESET_TRANSLATOR_BASE_H
#define TAO_CODESET_TRANSLATOR_BASE_H
#include /**/ "ace/pre.h"
-#include "ace/Service_Object.h"
+
+#include "tao/TAO_Export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
@@ -22,14 +23,17 @@
#include "tao/CONV_FRAMEC.h"
#include "tao/Codeset_Translator_Base.h"
-#include "TAO_Export.h"
-
-class TAO_InputCDR;
-class TAO_OutputCDR;
+#include "ace/Service_Object.h"
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
class ACE_Char_Codeset_Translator;
class ACE_WChar_Codeset_Translator;
+ACE_END_VERSIONED_NAMESPACE_DECL
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+class TAO_InputCDR;
+class TAO_OutputCDR;
// ****************************************************************
@@ -68,5 +72,8 @@ public:
virtual void assign (TAO_OutputCDR *) const = 0;
};
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
+
#endif /* TAO_Codeset_Translator_Base */