summaryrefslogtreecommitdiff
path: root/TAO/tao/Codeset/UTF8_Latin1_Translator.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Codeset/UTF8_Latin1_Translator.h')
-rw-r--r--TAO/tao/Codeset/UTF8_Latin1_Translator.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/TAO/tao/Codeset/UTF8_Latin1_Translator.h b/TAO/tao/Codeset/UTF8_Latin1_Translator.h
index 791ea994d43..bcf40d115a9 100644
--- a/TAO/tao/Codeset/UTF8_Latin1_Translator.h
+++ b/TAO/tao/Codeset/UTF8_Latin1_Translator.h
@@ -22,14 +22,11 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "tao/Codeset/codeset_export.h"
-#include "tao/Versioned_Namespace.h"
#include "ace/CDR_Stream.h"
+#include "codeset_export.h"
// ****************************************************************
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
/**
* @class UTF8_Latin1_Translator
*
@@ -81,9 +78,9 @@ private:
ACE_CDR::Boolean write_char_i (ACE_OutputCDR &,
ACE_CDR::Char);
-};
+private:
-TAO_END_VERSIONED_NAMESPACE_DECL
+};
#include /**/ "ace/post.h"
#endif /* UTF8_LATIN1_TRANSLATOR_H */