summaryrefslogtreecommitdiff
path: root/TAO/examples/RTScheduling/Fixed_Priority_Scheduler/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/RTScheduling/Fixed_Priority_Scheduler/test.cpp')
-rw-r--r--TAO/examples/RTScheduling/Fixed_Priority_Scheduler/test.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/examples/RTScheduling/Fixed_Priority_Scheduler/test.cpp b/TAO/examples/RTScheduling/Fixed_Priority_Scheduler/test.cpp
index a5595038bf5..c629a336669 100644
--- a/TAO/examples/RTScheduling/Fixed_Priority_Scheduler/test.cpp
+++ b/TAO/examples/RTScheduling/Fixed_Priority_Scheduler/test.cpp
@@ -218,8 +218,7 @@ DT_Test::svc (void)
}
catch (const CORBA::Exception& ex)
{
- ACE_PRINT_EXCEPTION (ex,
- "Caught exception:");
+ ex._tao_print_exception ("Caught exception:");
return -1;
}
@@ -245,8 +244,7 @@ main (int argc, char* argv [])
}
catch (const CORBA::Exception& ex)
{
- ACE_PRINT_EXCEPTION (ex,
- "Caught exception:");
+ ex._tao_print_exception ("Caught exception:");
return 1;
}