summaryrefslogtreecommitdiff
path: root/ACE/ace/Codeset_IBM1047.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-04-23 14:02:05 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-04-23 14:02:05 +0000
commitc76fdab7a31914db268f1cae52d44eb5300dfa69 (patch)
treed64648c14cfecebbfd74a98e33362da0e8b2d37f /ACE/ace/Codeset_IBM1047.h
parent59f29f93ea3386dca51ac9f8980468bffc28ec48 (diff)
downloadATCD-c76fdab7a31914db268f1cae52d44eb5300dfa69.tar.gz
Wed Apr 23 14:01:32 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/Codeset_IBM1047.h')
-rw-r--r--ACE/ace/Codeset_IBM1047.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/ACE/ace/Codeset_IBM1047.h b/ACE/ace/Codeset_IBM1047.h
index c5bfdafcd49..3bbc7ba0c44 100644
--- a/ACE/ace/Codeset_IBM1047.h
+++ b/ACE/ace/Codeset_IBM1047.h
@@ -9,7 +9,6 @@
* Declares the arrays required to convert between ISO8859 (aka
* Latin/1) and IBM1047 (aka EBCDIC).
*
- *
* @author Jim Rogers (jrogers@viasoft.com)
*/
//=============================================================================
@@ -68,10 +67,10 @@ public:
const ACE_CDR::Char *,
ACE_CDR::ULong);
- /// return the native codeset ID as defined in the OSF code and character
+ /// Return the native codeset ID as defined in the OSF code and character
/// set registry, 0x10020417
virtual ACE_CDR::ULong ncs ();
- /// return the translated codeset ID as defined in the OSF code and character
+ /// Return the translated codeset ID as defined in the OSF code and character
/// set registry, 0x00010001
virtual ACE_CDR::ULong tcs ();
};
@@ -111,10 +110,10 @@ public:
const ACE_CDR::Char *,
ACE_CDR::ULong);
- /// return the native codeset ID as defined in the OSF code and character
+ /// Return the native codeset ID as defined in the OSF code and character
/// set registry, 0x00010001
virtual ACE_CDR::ULong ncs ();
- /// return the translated codeset ID as defined in the OSF code and character
+ /// Return the translated codeset ID as defined in the OSF code and character
/// set registry, 0x10020417
virtual ACE_CDR::ULong tcs ();
};