summaryrefslogtreecommitdiff
path: root/ace/Codeset_IBM1047.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Codeset_IBM1047.h')
-rw-r--r--ace/Codeset_IBM1047.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/ace/Codeset_IBM1047.h b/ace/Codeset_IBM1047.h
index 1f9d19292b4..5e4aa0151bc 100644
--- a/ace/Codeset_IBM1047.h
+++ b/ace/Codeset_IBM1047.h
@@ -20,8 +20,6 @@
#ifndef ACE_CODESET_IMB1047_H
#define ACE_CODESET_IMB1047_H
-#if defined(ACE_MVS)
-
#include "ace/CDR_Stream.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -41,8 +39,8 @@ class ACE_Export ACE_IBM1047_ISO8859 : public ACE_Char_Codeset_Translator
// = DESCRIPTION
// This class performs the codeset translation:
//
- // Native: IBM_1047 (i.e. EBCDIC)
- // Stream: ISO-8859 (i.e. Latin/1)
+ // Native: IBM_1047 (i.e. EBCDIC)
+ // Stream: ISO-8859 (i.e. Latin/1)
//
public:
ACE_IBM1047_ISO8859 (void);
@@ -77,8 +75,8 @@ class ACE_Export ACE_ISO8859_IBM1047 : public ACE_Char_Codeset_Translator
// = DESCRIPTION
// This class performs the codeset translation:
//
- // Native: ISO-8859 (i.e. Latin/1)
- // Stream: IBM-1047 (i.e. EBCDIC)
+ // Native: ISO-8859 (i.e. Latin/1)
+ // Stream: IBM-1047 (i.e. EBCDIC)
//
public:
ACE_ISO8859_IBM1047 (void);
@@ -105,6 +103,4 @@ public:
ACE_CDR::ULong);
};
-#endif /* ACE_MVS */
-
#endif /* ACE_CODESET_IMB1047_H */