summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Priority_Inversion_With_Bands/server.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-06-14 09:00:34 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-06-14 09:00:34 +0000
commit9f14467f0192daac12832e5fedddf9d4f2315f97 (patch)
treeb0173256846b6b06e70132b54f86ae28270689b3 /TAO/tests/RTCORBA/Priority_Inversion_With_Bands/server.cpp
parentce6c4643b7e77f776b73b004195d92566ffa3e3b (diff)
downloadATCD-9f14467f0192daac12832e5fedddf9d4f2315f97.tar.gz
ChangeLogTag: Tue Jun 14 08:48:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/RTCORBA/Priority_Inversion_With_Bands/server.cpp')
-rw-r--r--TAO/tests/RTCORBA/Priority_Inversion_With_Bands/server.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tests/RTCORBA/Priority_Inversion_With_Bands/server.cpp b/TAO/tests/RTCORBA/Priority_Inversion_With_Bands/server.cpp
index 4be4333121b..f5611fb661b 100644
--- a/TAO/tests/RTCORBA/Priority_Inversion_With_Bands/server.cpp
+++ b/TAO/tests/RTCORBA/Priority_Inversion_With_Bands/server.cpp
@@ -338,7 +338,8 @@ main (int argc, char *argv[])
// Make sure we can support multiple priorities that are required
// for this test.
- check_supported_priorities (orb.in());
+ if (!check_supported_priorities (orb.in ()))
+ return -1;
// Thread Manager for managing task.
ACE_Thread_Manager thread_manager;