summaryrefslogtreecommitdiff
path: root/TAO/tao/Connector_Registry.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-06-18 14:30:07 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-06-18 14:30:07 +0000
commit74f957620985984f9b319383640806e8eb2ab4be (patch)
treea6e7d6696213b53d98209d2dfec0e7d25c5767b8 /TAO/tao/Connector_Registry.cpp
parentfdc0640a685f1927d5402c7412e31f0a75ef1a20 (diff)
downloadATCD-74f957620985984f9b319383640806e8eb2ab4be.tar.gz
ChangeLogTag: Fri Jun 18 14:29:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Connector_Registry.cpp')
-rw-r--r--TAO/tao/Connector_Registry.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/Connector_Registry.cpp b/TAO/tao/Connector_Registry.cpp
index 68ec03cf4b4..7f81f485e25 100644
--- a/TAO/tao/Connector_Registry.cpp
+++ b/TAO/tao/Connector_Registry.cpp
@@ -75,8 +75,8 @@ TAO_Connector_Registry::open (TAO_ORB_Core *orb_core)
delete connector;
ACE_ERROR_RETURN ((LM_ERROR,
- ACE_LIB_TEXT ("TAO (%P|%t) unable to open connector for ")
- ACE_LIB_TEXT ("<%s>.\n"),
+ ACE_TEXT ("TAO (%P|%t) unable to open connector for ")
+ ACE_TEXT ("<%s>.\n"),
ACE_TEXT_CHAR_TO_TCHAR((*factory)->protocol_name ().c_str ())),
-1);
}
@@ -178,7 +178,7 @@ TAO_Connector_Registry::create_profile (TAO_InputCDR &cdr)
if (TAO_debug_level > 0)
{
ACE_DEBUG ((LM_DEBUG,
- ACE_LIB_TEXT ("TAO (%P|%t) Unknown profile tag 0x%x\n"),
+ ACE_TEXT ("TAO (%P|%t) Unknown profile tag 0x%x\n"),
tag));
}