summaryrefslogtreecommitdiff
path: root/TAO/tao/Connector_Registry.cpp
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-23 04:43:59 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-23 04:43:59 +0000
commita7c03cabf931b077d70c6f80ec02c7728a429f49 (patch)
tree61d38d262d43ac77fc2ad94c9e7e850cd5607622 /TAO/tao/Connector_Registry.cpp
parent2aa7b10780ad7c670f588dce4ec341351a0646aa (diff)
downloadATCD-a7c03cabf931b077d70c6f80ec02c7728a429f49.tar.gz
ChangeLogTag:Sat Apr 22 20:53:11 2000 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'TAO/tao/Connector_Registry.cpp')
-rw-r--r--TAO/tao/Connector_Registry.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/Connector_Registry.cpp b/TAO/tao/Connector_Registry.cpp
index fa2fe123497..8d310d40479 100644
--- a/TAO/tao/Connector_Registry.cpp
+++ b/TAO/tao/Connector_Registry.cpp
@@ -78,8 +78,8 @@ TAO_Connector_Registry::open (TAO_ORB_Core *orb_core)
delete connector;
ACE_ERROR_RETURN ((LM_ERROR,
- ASYS_TEXT ("TAO (%P|%t) unable to open connector for ")
- ASYS_TEXT ("<%s>.\n"),
+ ACE_TEXT ("TAO (%P|%t) unable to open connector for ")
+ ACE_TEXT ("<%s>.\n"),
(*factory)->protocol_name ().c_str ()),
-1);
}
@@ -125,7 +125,7 @@ TAO_Connector_Registry::preconnect (TAO_ORB_Core *orb_core,
{
if (TAO_debug_level > 0)
ACE_ERROR ((LM_ERROR,
- ASYS_TEXT ("TAO (%P|%t) Unable to preprocess the preconnections.\n")));
+ ACE_TEXT ("TAO (%P|%t) Unable to preprocess the preconnections.\n")));
return -1;
}
@@ -340,7 +340,7 @@ TAO_Connector_Registry::create_profile (TAO_InputCDR &cdr)
if (TAO_debug_level > 0)
{
ACE_DEBUG ((LM_DEBUG,
- ASYS_TEXT ("TAO (%P|%t) unknown profile tag %d\n"),
+ ACE_TEXT ("TAO (%P|%t) unknown profile tag %d\n"),
tag));
}