summaryrefslogtreecommitdiff
path: root/ACE/ace/Encoding_Converter_Factory.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-01-17 19:00:07 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-01-17 19:00:07 +0000
commit831ab8066e58fc1e60b05c0062579f9c4243c1b7 (patch)
tree009ba1ef52d774bf4528c7c340700fb9915d38fd /ACE/ace/Encoding_Converter_Factory.cpp
parent5f3c0f91d127206784b6078e68588a5e6c5eef80 (diff)
downloadATCD-831ab8066e58fc1e60b05c0062579f9c4243c1b7.tar.gz
Thu Jan 17 18:57:12 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/Encoding_Converter_Factory.cpp')
-rw-r--r--ACE/ace/Encoding_Converter_Factory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Encoding_Converter_Factory.cpp b/ACE/ace/Encoding_Converter_Factory.cpp
index d0c99599870..8cf1ed22c3f 100644
--- a/ACE/ace/Encoding_Converter_Factory.cpp
+++ b/ACE/ace/Encoding_Converter_Factory.cpp
@@ -16,9 +16,9 @@ ACE_Encoding_Converter_Factory::create (
ACE_Encoding_Converter_Factory::Encoding_Hint hint)
{
#if defined (ACE_BIG_ENDIAN)
- bool convert_for_bigendian = true;
+ bool const convert_for_bigendian = true;
#else
- bool convert_for_bigendian = false;
+ bool const convert_for_bigendian = false;
#endif /* ACE_BIG_ENDIAN */
ACE_Encoding_Converter* converter = 0;