summaryrefslogtreecommitdiff
path: root/TAO/tao/Codeset
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-04-24 18:49:54 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-04-24 18:49:54 +0000
commitdc41c60bb4d992e8ab727597ebecfdc33d460829 (patch)
tree87acb0a7348c43e376ad971b554cdcb50236b716 /TAO/tao/Codeset
parent47aac62c66758703b75dcf594720d4714de28aa8 (diff)
downloadATCD-dc41c60bb4d992e8ab727597ebecfdc33d460829.tar.gz
Thu Apr 24 18:33:32 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Codeset')
-rw-r--r--TAO/tao/Codeset/Codeset_Manager_i.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Codeset/Codeset_Manager_i.cpp b/TAO/tao/Codeset/Codeset_Manager_i.cpp
index 5246f2abac4..012c101dea4 100644
--- a/TAO/tao/Codeset/Codeset_Manager_i.cpp
+++ b/TAO/tao/Codeset/Codeset_Manager_i.cpp
@@ -301,7 +301,7 @@ TAO_Codeset_Manager_i::isCompatible(CONV_FRAME::CodeSetId cs1,
/// returns the TCS for Char / Wchar
CONV_FRAME::CodeSetId
TAO_Codeset_Manager_i::computeTCS (CONV_FRAME::CodeSetComponent &remote,
- CONV_FRAME::CodeSetComponent &local )
+ CONV_FRAME::CodeSetComponent &local)
{
if (remote.native_code_set == local.native_code_set)
{
@@ -419,7 +419,7 @@ TAO_Codeset_Manager_i::init_ccs (TAO_Codeset_Descriptor& cd,
{
tlist->translator_factory_ =
ACE_Dynamic_Service<TAO_Codeset_Translator_Factory>::instance
- (ACE_TEXT_ALWAYS_CHAR (tlist->name_));
+ (tlist->name_);
if (tlist->translator_factory_ == 0)
{