summaryrefslogtreecommitdiff
path: root/TAO/tao/Object.cpp
diff options
context:
space:
mode:
authorspark <spark@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-03-14 03:49:28 +0000
committerspark <spark@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-03-14 03:49:28 +0000
commitf87579d2c652badc5206b3d6db54d09e818bd92f (patch)
tree1eb127865049e3ba9232f764ded9105811354b4f /TAO/tao/Object.cpp
parent71954cb7e82f3b66ab3cceab47d48849efcddbc3 (diff)
downloadATCD-f87579d2c652badc5206b3d6db54d09e818bd92f.tar.gz
ChangeLogTag: Wed Mar 13 21:41:00 2002 Si Mong Park <spark@ociweb.com>
Diffstat (limited to 'TAO/tao/Object.cpp')
-rw-r--r--TAO/tao/Object.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/TAO/tao/Object.cpp b/TAO/tao/Object.cpp
index 073ac53a17e..617ec8b2adf 100644
--- a/TAO/tao/Object.cpp
+++ b/TAO/tao/Object.cpp
@@ -591,8 +591,8 @@ operator>> (TAO_InputCDR& cdr, CORBA_Object*& x)
if (TAO_debug_level > 0)
{
ACE_DEBUG ((LM_WARNING,
- "TAO (%P|%t) WARNING: extracting object from "
- "default ORB_Core\n"));
+ ACE_LIB_TEXT ("TAO (%P|%t) WARNING: extracting object from ")
+ ACE_LIB_TEXT ("default ORB_Core\n")));
}
}
@@ -612,10 +612,10 @@ operator>> (TAO_InputCDR& cdr, CORBA_Object*& x)
// @@ This occurs when profile creation fails when decoding the
// profile from the IOR.
ACE_ERROR_RETURN ((LM_ERROR,
- "TAO (%P|%t) ERROR: Could not create all "
- "profiles while extracting object\n"
- "TAO (%P|%t) ERROR: reference from the "
- "CDR stream.\n"),
+ ACE_LIB_TEXT ("TAO (%P|%t) ERROR: Could not create all ")
+ ACE_LIB_TEXT ("profiles while extracting object\n")
+ ACE_LIB_TEXT ("TAO (%P|%t) ERROR: reference from the ")
+ ACE_LIB_TEXT ("CDR stream.\n")),
0);
}
@@ -636,9 +636,9 @@ operator>> (TAO_InputCDR& cdr, CORBA_Object*& x)
{
if (TAO_debug_level > 0)
ACE_PRINT_EXCEPTION (ACE_ANY_EXCEPTION,
- ACE_TEXT ("TAO (%P|%t) ERROR creating stub ")
- ACE_TEXT ("object when demarshaling object ")
- ACE_TEXT ("reference.\n"));
+ ACE_LIB_TEXT ("TAO (%P|%t) ERROR creating stub ")
+ ACE_LIB_TEXT ("object when demarshaling object ")
+ ACE_LIB_TEXT ("reference.\n"));
return 0;
}