summaryrefslogtreecommitdiff
path: root/TAO/docs/tutorials/Quoter/RTCORBA/Admin.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/docs/tutorials/Quoter/RTCORBA/Admin.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/docs/tutorials/Quoter/RTCORBA/Admin.cpp')
-rw-r--r--TAO/docs/tutorials/Quoter/RTCORBA/Admin.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/docs/tutorials/Quoter/RTCORBA/Admin.cpp b/TAO/docs/tutorials/Quoter/RTCORBA/Admin.cpp
index 6ff60dc630d..991719cbddf 100644
--- a/TAO/docs/tutorials/Quoter/RTCORBA/Admin.cpp
+++ b/TAO/docs/tutorials/Quoter/RTCORBA/Admin.cpp
@@ -150,8 +150,7 @@ main (int argc, char *argv[])
}
catch (CORBA::Exception &ex)
{
- ACE_PRINT_EXCEPTION (ex,
- "Exception caught:");
+ ex._tao_print_exception ("Exception caught:");
return 1;
}