summaryrefslogtreecommitdiff
path: root/TAO/tao/Object.cpp
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-25 19:59:59 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-25 19:59:59 +0000
commite07f0257e265716e367ee19aad639b31bfd166b5 (patch)
tree3bd67f62cef397ed9cf6cf9f537c8a2024b8dffe /TAO/tao/Object.cpp
parente92840f9f8e51fbddeb5d130231ff831e9c68a22 (diff)
downloadATCD-e07f0257e265716e367ee19aad639b31bfd166b5.tar.gz
ChangeLogTag: Thu Jan 25 19:56:33 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/tao/Object.cpp')
-rw-r--r--TAO/tao/Object.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/TAO/tao/Object.cpp b/TAO/tao/Object.cpp
index 3c109659ae8..d5e751b6933 100644
--- a/TAO/tao/Object.cpp
+++ b/TAO/tao/Object.cpp
@@ -784,10 +784,10 @@ CORBA::Object::tao_object_initialize (CORBA::Object *obj)
catch ( ::CORBA::Exception& ex)
{
if (TAO_debug_level > 0)
- ACE_PRINT_EXCEPTION (ex,
- ACE_TEXT ("TAO - ERROR creating stub ")
- ACE_TEXT ("object when demarshaling object ")
- ACE_TEXT ("reference."));
+ ex._tao_print_exception (
+ ACE_TEXT ("TAO - ERROR creating stub ")
+ ACE_TEXT ("object when demarshaling object ")
+ ACE_TEXT ("reference."));
return;
}
@@ -906,10 +906,10 @@ operator>> (TAO_InputCDR& cdr, CORBA::Object*& x)
catch ( ::CORBA::Exception& ex)
{
if (TAO_debug_level > 0)
- ACE_PRINT_EXCEPTION (ex,
- ACE_TEXT ("TAO - ERROR creating stub ")
- ACE_TEXT ("object when demarshaling object ")
- ACE_TEXT ("reference.\n"));
+ ex._tao_print_exception (
+ ACE_TEXT ("TAO - ERROR creating stub ")
+ ACE_TEXT ("object when demarshaling object ")
+ ACE_TEXT ("reference.\n"));
return 0;
}