summaryrefslogtreecommitdiff
path: root/TAO/tao/Codeset_Manager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Codeset_Manager.cpp')
-rw-r--r--TAO/tao/Codeset_Manager.cpp10
1 files changed, 4 insertions, 6 deletions
diff --git a/TAO/tao/Codeset_Manager.cpp b/TAO/tao/Codeset_Manager.cpp
index 9bdb67d0b9e..945ec05b3e2 100644
--- a/TAO/tao/Codeset_Manager.cpp
+++ b/TAO/tao/Codeset_Manager.cpp
@@ -6,14 +6,12 @@
#include "tao/Transport.h"
#include "tao/Profile.h"
#include "tao/Codeset_Translator_Factory.h"
-#include "tao/SystemException.h"
-#include "tao/UTF16_BOM_Factory.h"
#include "tao/debug.h"
#include "ace/Dynamic_Service.h"
#include "ace/Codeset_Registry.h"
#include "ace/OS_NS_string.h"
-
+#include "tao/UTF16_BOM_Factory.h"
ACE_RCSID (tao,
Codeset_Manager,
@@ -133,8 +131,8 @@ TAO_Codeset_Manager::set_tcs (TAO_Profile &theProfile,
this->codeset_info_.ForCharData);
if (TAO_debug_level > 2)
ACE_DEBUG ((LM_DEBUG,
- ACE_TEXT("TAO (%P|%t) - Codeset_Manager::set_tcs, ")
- ACE_TEXT("setting char translator (%08x)\n"),
+ ACE_TEXT("TAO (%P|%t) - Codeset_Manager::set_tcs ")
+ ACE_TEXT("setting char translator(%08x)\n"),
tcs));
trans.char_translator(this->get_char_trans (tcs));
@@ -143,7 +141,7 @@ TAO_Codeset_Manager::set_tcs (TAO_Profile &theProfile,
if (TAO_debug_level > 2)
ACE_DEBUG ((LM_DEBUG,
- ACE_TEXT("TAO (%P|%t) - Codeset_Manager::set_tcs, ")
+ ACE_TEXT("TAO (%P|%t) - Codeset_Manager::set_tcs ")
ACE_TEXT("setting wchar translator (%08x)\n"),
tcs));
trans.wchar_translator(this->get_wchar_trans (tcs));