summaryrefslogtreecommitdiff
path: root/TAO/tao/Strategies/SCIOP_Connection_Handler.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/Strategies/SCIOP_Connection_Handler.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/Strategies/SCIOP_Connection_Handler.cpp')
-rw-r--r--TAO/tao/Strategies/SCIOP_Connection_Handler.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/tao/Strategies/SCIOP_Connection_Handler.cpp b/TAO/tao/Strategies/SCIOP_Connection_Handler.cpp
index aa54a79b267..39d4a1125a6 100644
--- a/TAO/tao/Strategies/SCIOP_Connection_Handler.cpp
+++ b/TAO/tao/Strategies/SCIOP_Connection_Handler.cpp
@@ -137,9 +137,9 @@ TAO_SCIOP_Connection_Handler::open (void*)
(void) local_addr.addr_to_string (local_as_string,
sizeof(local_as_string));
ACE_ERROR ((LM_ERROR,
- ACE_LIB_TEXT("TAO(%P|%t) - TAO_SCIOP_Connection_Handler::open, ")
- ACE_LIB_TEXT("Holy Cow! The remote addr and ")
- ACE_LIB_TEXT("local addr are identical (%s == %s)\n"),
+ ACE_TEXT("TAO(%P|%t) - TAO_SCIOP_Connection_Handler::open, ")
+ ACE_TEXT("Holy Cow! The remote addr and ")
+ ACE_TEXT("local addr are identical (%s == %s)\n"),
remote_as_string, local_as_string));
}
return -1;
@@ -154,8 +154,8 @@ TAO_SCIOP_Connection_Handler::open (void*)
return -1;
ACE_DEBUG ((LM_DEBUG,
- ACE_LIB_TEXT ("TAO (%P|%t) - Connection_Handler::open, SCIOP ")
- ACE_LIB_TEXT ("connection to peer <%s> on %d\n"),
+ ACE_TEXT ("TAO (%P|%t) - Connection_Handler::open, SCIOP ")
+ ACE_TEXT ("connection to peer <%s> on %d\n"),
client, this->peer ().get_handle ()));
}
@@ -284,7 +284,7 @@ TAO_SCIOP_Connection_Handler::process_listen_point_list (
if (TAO_debug_level > 0)
{
ACE_DEBUG ((LM_DEBUG,
- ACE_LIB_TEXT("(%P|%t) Listening port [%d] on [%s]\n"),
+ ACE_TEXT("(%P|%t) Listening port [%d] on [%s]\n"),
listen_point.port,
ACE_TEXT_CHAR_TO_TCHAR(listen_point.host.in ())));
}