summaryrefslogtreecommitdiff
path: root/TAO/tao/Connector_Registry.cpp
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-04-02 13:43:41 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-04-02 13:43:41 +0000
commitc624aaef5784f43dd8b75dbb6ef4c1318e2b48d3 (patch)
tree4eeb41af459b9b65ac0238eff86cb6d639115162 /TAO/tao/Connector_Registry.cpp
parent8b2b4f8ad592c7282aa6906cbf07dee55b35741e (diff)
downloadATCD-c624aaef5784f43dd8b75dbb6ef4c1318e2b48d3.tar.gz
ChangeLogTag:Tue Apr 2 13:41:38 UTC 2002 Don Hinton <dhinton@ieee.org>
Diffstat (limited to 'TAO/tao/Connector_Registry.cpp')
-rw-r--r--TAO/tao/Connector_Registry.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tao/Connector_Registry.cpp b/TAO/tao/Connector_Registry.cpp
index eb9107f7dcf..3570475cff3 100644
--- a/TAO/tao/Connector_Registry.cpp
+++ b/TAO/tao/Connector_Registry.cpp
@@ -85,9 +85,9 @@ TAO_Connector_Registry::open (TAO_ORB_Core *orb_core)
delete connector;
ACE_ERROR_RETURN ((LM_ERROR,
- ACE_TEXT ("TAO (%P|%t) unable to open connector for ")
- ACE_TEXT ("<%s>.\n"),
- (*factory)->protocol_name ().c_str ()),
+ ACE_LIB_TEXT ("TAO (%P|%t) unable to open connector for ")
+ ACE_LIB_TEXT ("<%s>.\n"),
+ ACE_TEXT_CHAR_TO_TCHAR((*factory)->protocol_name ().c_str ())),
-1);
}
@@ -132,7 +132,7 @@ TAO_Connector_Registry::preconnect (TAO_ORB_Core *orb_core,
{
if (TAO_debug_level > 0)
ACE_ERROR ((LM_ERROR,
- ACE_TEXT ("TAO (%P|%t) Unable to preprocess the preconnections.\n")));
+ ACE_LIB_TEXT ("TAO (%P|%t) Unable to preprocess the preconnections.\n")));
return -1;
}
@@ -358,7 +358,7 @@ TAO_Connector_Registry::create_profile (TAO_InputCDR &cdr)
if (TAO_debug_level > 0)
{
ACE_DEBUG ((LM_DEBUG,
- ACE_TEXT ("TAO (%P|%t) Unknown profile tag 0x%x\n"),
+ ACE_LIB_TEXT ("TAO (%P|%t) Unknown profile tag 0x%x\n"),
tag));
}