summaryrefslogtreecommitdiff
path: root/TAO/tao/Object.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Object.cpp')
-rw-r--r--TAO/tao/Object.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/Object.cpp b/TAO/tao/Object.cpp
index ae7452df484..f11540b3336 100644
--- a/TAO/tao/Object.cpp
+++ b/TAO/tao/Object.cpp
@@ -229,7 +229,7 @@ CORBA::Object::_key (CORBA::Environment &)
if (this->_stubobj () && this->_stubobj ()->profile_in_use ())
return this->_stubobj ()->profile_in_use ()->_key ();
- ACE_ERROR_RETURN((LM_ERROR, ASYS_TEXT ("(%P|%t) Null stub obj!!!\n")), 0);
+ ACE_ERROR_RETURN((LM_ERROR, ACE_TEXT ("(%P|%t) Null stub obj!!!\n")), 0);
}
const TAO_ObjectKey &
@@ -651,7 +651,7 @@ operator>> (TAO_InputCDR& cdr, CORBA_Object*& x)
if (TAO_debug_level > 0)
{
ACE_DEBUG ((LM_DEBUG,
- ASYS_TEXT ("WARNING: extracting object from default ORB_Core\n")));
+ ACE_TEXT ("WARNING: extracting object from default ORB_Core\n")));
}
}
@@ -669,8 +669,8 @@ operator>> (TAO_InputCDR& cdr, CORBA_Object*& x)
if (mp.profile_count () != profile_count)
{
ACE_DEBUG ((LM_DEBUG,
- ASYS_TEXT ("TAO (%P|%t) could not create all ")
- ASYS_TEXT ("the profiles\n")));
+ ACE_TEXT ("TAO (%P|%t) could not create all ")
+ ACE_TEXT ("the profiles\n")));
return 0;
}