summaryrefslogtreecommitdiff
path: root/TAO/tests/CodeSets/libs
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2004-06-11 17:17:10 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2004-06-11 17:17:10 +0000
commit4104394e50c1ded6207fd8e98fe65f1d0eeee9e2 (patch)
tree2c3753bd9bd9d86df1ba976f039b2a12131bf80f /TAO/tests/CodeSets/libs
parente171c5a062cb8cac222d5525c33f478750388acd (diff)
downloadATCD-4104394e50c1ded6207fd8e98fe65f1d0eeee9e2.tar.gz
ChangeLog tag: Fri Jun 11 12:11:16 2004 Phil Mesnier <mesnier_p@ociweb.com>
Diffstat (limited to 'TAO/tests/CodeSets/libs')
-rw-r--r--TAO/tests/CodeSets/libs/UCS4_UTF16/WUCS4_UTF16.cpp8
-rw-r--r--TAO/tests/CodeSets/libs/UCS4_UTF16/WUCS4_UTF16.h4
2 files changed, 6 insertions, 6 deletions
diff --git a/TAO/tests/CodeSets/libs/UCS4_UTF16/WUCS4_UTF16.cpp b/TAO/tests/CodeSets/libs/UCS4_UTF16/WUCS4_UTF16.cpp
index 6af456c9406..40677ac0275 100644
--- a/TAO/tests/CodeSets/libs/UCS4_UTF16/WUCS4_UTF16.cpp
+++ b/TAO/tests/CodeSets/libs/UCS4_UTF16/WUCS4_UTF16.cpp
@@ -78,7 +78,7 @@ static const unsigned short ACE_UNICODE_BOM_SWAPPED = 0xFFFEU;
/// load next two bytes from buffer into a short. Byte swapping as necessary
static
-ACE_INLINE
+//ACE_INLINE
ACE_UTF16_T
load_raw_wchar (const char * buffer, size_t & pos, int do_byte_swap)
{
@@ -99,7 +99,7 @@ load_raw_wchar (const char * buffer, size_t & pos, int do_byte_swap)
/// convert UTF-16 surrogate pair to wchar_t
static
-ACE_INLINE
+//ACE_INLINE
ACE_CDR::WChar
convert_surrogate_pair (ACE_UTF16_T high, ACE_UTF16_T low)
{
@@ -114,7 +114,7 @@ convert_surrogate_pair (ACE_UTF16_T high, ACE_UTF16_T low)
/// converts surrogate pairs
/// substitutes SUBSTITUTE_CHAR for bad encoding
static
-ACE_INLINE
+//ACE_INLINE
ACE_CDR::WChar
load_wchar (const char * buffer, size_t & pos, size_t length, int do_byte_swap)
{
@@ -159,7 +159,7 @@ load_wchar (const char * buffer, size_t & pos, size_t length, int do_byte_swap)
}
static
-ACE_INLINE
+//ACE_INLINE
size_t encode_utf16 (ACE_UTF16_T * buffer, ACE_CDR::WChar value)
{
buffer[0] = ACE_static_cast (ACE_UTF16_T, value);
diff --git a/TAO/tests/CodeSets/libs/UCS4_UTF16/WUCS4_UTF16.h b/TAO/tests/CodeSets/libs/UCS4_UTF16/WUCS4_UTF16.h
index a71fea1e927..1abb0521989 100644
--- a/TAO/tests/CodeSets/libs/UCS4_UTF16/WUCS4_UTF16.h
+++ b/TAO/tests/CodeSets/libs/UCS4_UTF16/WUCS4_UTF16.h
@@ -14,7 +14,7 @@
#ifndef WUCS4_UTF16_H
#define WUCS4_UTF16_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ace/config-all.h"
@@ -88,5 +88,5 @@ private:
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* WCHAR_UCS4_UTF16_TRANSLATOR */