summaryrefslogtreecommitdiff
path: root/ace/Codeset_IBM1047.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-22 20:13:45 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-22 20:13:45 +0000
commite40714f3607f192a9d3d73dfffb34cf4e73e12d0 (patch)
tree799def65e7a9bc31fe7cf64a57de90f2a386a35b /ace/Codeset_IBM1047.h
parent917c220609133d2264e5edadb4650d8058076373 (diff)
downloadATCD-e40714f3607f192a9d3d73dfffb34cf4e73e12d0.tar.gz
ChangeLogTag: Thu Jul 22 15:12:18 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'ace/Codeset_IBM1047.h')
-rw-r--r--ace/Codeset_IBM1047.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/ace/Codeset_IBM1047.h b/ace/Codeset_IBM1047.h
index 5e4aa0151bc..1f9d19292b4 100644
--- a/ace/Codeset_IBM1047.h
+++ b/ace/Codeset_IBM1047.h
@@ -20,6 +20,8 @@
#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)
@@ -39,8 +41,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);
@@ -75,8 +77,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);
@@ -103,4 +105,6 @@ public:
ACE_CDR::ULong);
};
+#endif /* ACE_MVS */
+
#endif /* ACE_CODESET_IMB1047_H */