summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2007-01-25 19:59:59 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2007-01-25 19:59:59 +0000
commit7fccfcc1fde5aa0ea1cf28d8f552e066472741e5 (patch)
tree3bd67f62cef397ed9cf6cf9f537c8a2024b8dffe /TAO/tao/PortableServer
parent7908b50258e27a9cb8a46853349094f5dc367596 (diff)
downloadATCD-7fccfcc1fde5aa0ea1cf28d8f552e066472741e5.tar.gz
ChangeLogTag: Thu Jan 25 19:56:33 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/tao/PortableServer')
-rw-r--r--TAO/tao/PortableServer/Non_Servant_Upcall.cpp2
-rw-r--r--TAO/tao/PortableServer/Root_POA.cpp6
-rw-r--r--TAO/tao/PortableServer/Servant_Upcall.cpp4
3 files changed, 6 insertions, 6 deletions
diff --git a/TAO/tao/PortableServer/Non_Servant_Upcall.cpp b/TAO/tao/PortableServer/Non_Servant_Upcall.cpp
index 4083cbac027..e29eb94b753 100644
--- a/TAO/tao/PortableServer/Non_Servant_Upcall.cpp
+++ b/TAO/tao/PortableServer/Non_Servant_Upcall.cpp
@@ -78,7 +78,7 @@ namespace TAO
catch (::CORBA::Exception&ex)
{
// Ignore exceptions
- ACE_PRINT_EXCEPTION (ex, "TAO_POA::complete_destruction_i");
+ ex._tao_print_exception ("TAO_POA::complete_destruction_i");
}
}
diff --git a/TAO/tao/PortableServer/Root_POA.cpp b/TAO/tao/PortableServer/Root_POA.cpp
index 5ccdbe5956e..b5f37deb69b 100644
--- a/TAO/tao/PortableServer/Root_POA.cpp
+++ b/TAO/tao/PortableServer/Root_POA.cpp
@@ -2439,9 +2439,9 @@ TAO_Root_POA::ORT_adapter_i (void)
}
catch ( ::CORBA::Exception& ex)
{
- ACE_PRINT_EXCEPTION (ex,
- "(%P|%t) Cannot initialize the "
- "object_reference_template_adapter\n");
+ ex._tao_print_exception (
+ "(%P|%t) Cannot initialize the "
+ "object_reference_template_adapter\n");
}
return this->ort_adapter_;
diff --git a/TAO/tao/PortableServer/Servant_Upcall.cpp b/TAO/tao/PortableServer/Servant_Upcall.cpp
index 615edc27976..ac090ee3ce2 100644
--- a/TAO/tao/PortableServer/Servant_Upcall.cpp
+++ b/TAO/tao/PortableServer/Servant_Upcall.cpp
@@ -439,8 +439,8 @@ namespace TAO
catch ( ::CORBA::Exception& ex)
{
// Ignore exceptions
- ACE_PRINT_EXCEPTION (ex,
- "TAO_POA::~complete_destruction_i");
+ ex._tao_print_exception (
+ "TAO_POA::~complete_destruction_i");
}
this->poa_ = 0;