summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-06-14 14:29:15 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-06-14 14:29:15 +0000
commitfe07fdc70c11fb6ac5f52ac842459d0b83700727 (patch)
tree6564b54e93b9900236b4a93d2cceece88eb85bb3 /TAO
parent1041b53897b36145684da22a1d34ddc136c3476a (diff)
downloadATCD-fe07fdc70c11fb6ac5f52ac842459d0b83700727.tar.gz
ChangeLogTag: Tue Jun 14 14:19:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO')
-rw-r--r--TAO/tests/RTCORBA/Banded_Connections/client.cpp2
-rw-r--r--TAO/tests/RTCORBA/Banded_Connections/server.cpp2
-rw-r--r--TAO/tests/RTCORBA/Client_Propagated/client.cpp2
-rw-r--r--TAO/tests/RTCORBA/Client_Propagated/server.cpp2
-rw-r--r--TAO/tests/RTCORBA/Collocation/Collocation.cpp2
-rw-r--r--TAO/tests/RTCORBA/Linear_Priority/client.cpp2
-rw-r--r--TAO/tests/RTCORBA/Linear_Priority/server.cpp2
-rw-r--r--TAO/tests/RTCORBA/MT_Client_Protocol_Priority/client.cpp2
-rw-r--r--TAO/tests/RTCORBA/MT_Client_Protocol_Priority/server.cpp2
-rw-r--r--TAO/tests/RTCORBA/Policy_Combinations/client.cpp2
-rw-r--r--TAO/tests/RTCORBA/Policy_Combinations/server.cpp2
-rw-r--r--TAO/tests/RTCORBA/Priority_Inversion_With_Bands/client.cpp2
-rw-r--r--TAO/tests/RTCORBA/Priority_Inversion_With_Bands/server.cpp2
-rw-r--r--TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/client.cpp2
-rw-r--r--TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/server.cpp2
-rw-r--r--TAO/tests/RTCORBA/Server_Declared/server.cpp2
-rw-r--r--TAO/tests/RTCORBA/Thread_Pool/server.cpp2
17 files changed, 17 insertions, 17 deletions
diff --git a/TAO/tests/RTCORBA/Banded_Connections/client.cpp b/TAO/tests/RTCORBA/Banded_Connections/client.cpp
index 93234520b42..248fb4b0f2e 100644
--- a/TAO/tests/RTCORBA/Banded_Connections/client.cpp
+++ b/TAO/tests/RTCORBA/Banded_Connections/client.cpp
@@ -336,7 +336,7 @@ main (int argc, char *argv[])
// Make sure we can support multiple priorities that are required
// for this test.
if (!check_supported_priorities (orb.in ()))
- return -1;
+ return 2;
// Thread Manager for managing task.
ACE_Thread_Manager thread_manager;
diff --git a/TAO/tests/RTCORBA/Banded_Connections/server.cpp b/TAO/tests/RTCORBA/Banded_Connections/server.cpp
index 37fca92fdfa..b45fef9cba9 100644
--- a/TAO/tests/RTCORBA/Banded_Connections/server.cpp
+++ b/TAO/tests/RTCORBA/Banded_Connections/server.cpp
@@ -368,7 +368,7 @@ main (int argc, char *argv[])
// Make sure we can support multiple priorities that are required
// for this test.
if (!check_supported_priorities (orb.in ()))
- return -1;
+ return 2;
// Get the RTORB.
CORBA::Object_var object =
diff --git a/TAO/tests/RTCORBA/Client_Propagated/client.cpp b/TAO/tests/RTCORBA/Client_Propagated/client.cpp
index f5b3ab6294c..dc1fe8657cd 100644
--- a/TAO/tests/RTCORBA/Client_Propagated/client.cpp
+++ b/TAO/tests/RTCORBA/Client_Propagated/client.cpp
@@ -217,7 +217,7 @@ main (int argc, char *argv[])
// Make sure we can support multiple priorities that are required
// for this test.
if (!check_supported_priorities (orb.in ()))
- return -1;
+ return 2;
// Thread Manager for managing task.
ACE_Thread_Manager thread_manager;
diff --git a/TAO/tests/RTCORBA/Client_Propagated/server.cpp b/TAO/tests/RTCORBA/Client_Propagated/server.cpp
index 195747652f5..463429c1312 100644
--- a/TAO/tests/RTCORBA/Client_Propagated/server.cpp
+++ b/TAO/tests/RTCORBA/Client_Propagated/server.cpp
@@ -270,7 +270,7 @@ main (int argc, char *argv[])
// Make sure we can support multiple priorities that are required
// for this test.
if (!check_supported_priorities (orb.in ()))
- return -1;
+ return 2;
// Thread Manager for managing task.
ACE_Thread_Manager thread_manager;
diff --git a/TAO/tests/RTCORBA/Collocation/Collocation.cpp b/TAO/tests/RTCORBA/Collocation/Collocation.cpp
index bce9ae91ce8..4c603dfdb2e 100644
--- a/TAO/tests/RTCORBA/Collocation/Collocation.cpp
+++ b/TAO/tests/RTCORBA/Collocation/Collocation.cpp
@@ -931,7 +931,7 @@ main (int argc, char *argv[])
// Make sure we can support multiple priorities that are
// required for this test.
if (!check_supported_priorities (orb.in ()))
- return -1;
+ return 2;
// Thread Manager for managing task.
ACE_Thread_Manager thread_manager;
diff --git a/TAO/tests/RTCORBA/Linear_Priority/client.cpp b/TAO/tests/RTCORBA/Linear_Priority/client.cpp
index 3b375bfd88d..6588b34f7a4 100644
--- a/TAO/tests/RTCORBA/Linear_Priority/client.cpp
+++ b/TAO/tests/RTCORBA/Linear_Priority/client.cpp
@@ -339,7 +339,7 @@ main (int argc, char **argv)
// Make sure we can support multiple priorities that are required
// for this test.
if (!check_supported_priorities (orb.in ()))
- return -1;
+ return 2;
// Thread Manager for managing task.
ACE_Thread_Manager thread_manager;
diff --git a/TAO/tests/RTCORBA/Linear_Priority/server.cpp b/TAO/tests/RTCORBA/Linear_Priority/server.cpp
index 0b8dced204b..bc27b1b2bfb 100644
--- a/TAO/tests/RTCORBA/Linear_Priority/server.cpp
+++ b/TAO/tests/RTCORBA/Linear_Priority/server.cpp
@@ -305,7 +305,7 @@ main (int argc, char **argv)
// Make sure we can support multiple priorities that are required
// for this test.
if (!check_supported_priorities (orb.in ()))
- return -1;
+ return 2;
// Thread Manager for managing task.
ACE_Thread_Manager thread_manager;
diff --git a/TAO/tests/RTCORBA/MT_Client_Protocol_Priority/client.cpp b/TAO/tests/RTCORBA/MT_Client_Protocol_Priority/client.cpp
index e884fd7068f..de8d374edf7 100644
--- a/TAO/tests/RTCORBA/MT_Client_Protocol_Priority/client.cpp
+++ b/TAO/tests/RTCORBA/MT_Client_Protocol_Priority/client.cpp
@@ -309,7 +309,7 @@ main (int argc, char *argv[])
// Make sure we can support multiple priorities that are required
// for this test.
if (!check_supported_priorities (orb.in ()))
- return -1;
+ return 2;
// Thread Manager for managing task.
ACE_Thread_Manager thread_manager;
diff --git a/TAO/tests/RTCORBA/MT_Client_Protocol_Priority/server.cpp b/TAO/tests/RTCORBA/MT_Client_Protocol_Priority/server.cpp
index 54aea3bba43..893dbddf688 100644
--- a/TAO/tests/RTCORBA/MT_Client_Protocol_Priority/server.cpp
+++ b/TAO/tests/RTCORBA/MT_Client_Protocol_Priority/server.cpp
@@ -226,7 +226,7 @@ main (int argc, char *argv[])
// Make sure we can support multiple priorities that are required
// for this test.
if (!check_supported_priorities (orb.in ()))
- return -1;
+ return 2;
// Thread Manager for managing task.
ACE_Thread_Manager thread_manager;
diff --git a/TAO/tests/RTCORBA/Policy_Combinations/client.cpp b/TAO/tests/RTCORBA/Policy_Combinations/client.cpp
index e3df563cc73..56f29a399f9 100644
--- a/TAO/tests/RTCORBA/Policy_Combinations/client.cpp
+++ b/TAO/tests/RTCORBA/Policy_Combinations/client.cpp
@@ -159,7 +159,7 @@ main (int argc, char **argv)
// Make sure we can support multiple priorities that are required
// for this test.
if (!check_supported_priorities (orb.in ()))
- return -1;
+ return 2;
// The following finds out the lowest priority for this
// scheduling policy. This will give us the biggest range on NT
diff --git a/TAO/tests/RTCORBA/Policy_Combinations/server.cpp b/TAO/tests/RTCORBA/Policy_Combinations/server.cpp
index 67afc2f54d9..35745ae921f 100644
--- a/TAO/tests/RTCORBA/Policy_Combinations/server.cpp
+++ b/TAO/tests/RTCORBA/Policy_Combinations/server.cpp
@@ -926,7 +926,7 @@ main (int argc, char **argv)
// Make sure we can support multiple priorities that are required
// for this test.
if (!check_supported_priorities (orb.in ()))
- return -1;
+ return 2;
// Thread Manager for managing task.
ACE_Thread_Manager thread_manager;
diff --git a/TAO/tests/RTCORBA/Priority_Inversion_With_Bands/client.cpp b/TAO/tests/RTCORBA/Priority_Inversion_With_Bands/client.cpp
index 6b9d84e58e5..d33a71f3f25 100644
--- a/TAO/tests/RTCORBA/Priority_Inversion_With_Bands/client.cpp
+++ b/TAO/tests/RTCORBA/Priority_Inversion_With_Bands/client.cpp
@@ -209,7 +209,7 @@ main (int argc, char *argv[])
// Make sure we can support multiple priorities that are required
// for this test.
if (!check_supported_priorities (orb.in ()))
- return -1;
+ return 2;
// Thread Manager for managing task.
ACE_Thread_Manager thread_manager;
diff --git a/TAO/tests/RTCORBA/Priority_Inversion_With_Bands/server.cpp b/TAO/tests/RTCORBA/Priority_Inversion_With_Bands/server.cpp
index f5611fb661b..e8259069e76 100644
--- a/TAO/tests/RTCORBA/Priority_Inversion_With_Bands/server.cpp
+++ b/TAO/tests/RTCORBA/Priority_Inversion_With_Bands/server.cpp
@@ -339,7 +339,7 @@ main (int argc, char *argv[])
// Make sure we can support multiple priorities that are required
// for this test.
if (!check_supported_priorities (orb.in ()))
- return -1;
+ return 2;
// Thread Manager for managing task.
ACE_Thread_Manager thread_manager;
diff --git a/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/client.cpp b/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/client.cpp
index 8bb768a827f..61acf71eab9 100644
--- a/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/client.cpp
+++ b/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/client.cpp
@@ -580,7 +580,7 @@ main (int argc, char **argv)
// Make sure we can support multiple priorities that are required
// for this test.
if (!check_supported_priorities (orb.in ()))
- return -1;
+ return 2;
// Thread Manager for managing task.
ACE_Thread_Manager thread_manager;
diff --git a/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/server.cpp b/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/server.cpp
index 15f92c7b99a..9add1db76e0 100644
--- a/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/server.cpp
+++ b/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/server.cpp
@@ -410,7 +410,7 @@ main (int argc, char **argv)
// Make sure we can support multiple priorities that are required
// for this test.
if (!check_supported_priorities (orb.in ()))
- return -1;
+ return 2;
// Thread Manager for managing task.
ACE_Thread_Manager thread_manager;
diff --git a/TAO/tests/RTCORBA/Server_Declared/server.cpp b/TAO/tests/RTCORBA/Server_Declared/server.cpp
index 61e79637b57..6594427f846 100644
--- a/TAO/tests/RTCORBA/Server_Declared/server.cpp
+++ b/TAO/tests/RTCORBA/Server_Declared/server.cpp
@@ -341,7 +341,7 @@ main (int argc, char *argv[])
// Make sure we can support multiple priorities that are required
// for this test.
if (!check_supported_priorities (orb.in ()))
- return -1;
+ return 2;
// Thread Manager for managing task.
ACE_Thread_Manager thread_manager;
diff --git a/TAO/tests/RTCORBA/Thread_Pool/server.cpp b/TAO/tests/RTCORBA/Thread_Pool/server.cpp
index 7b7f159ea56..5dd811de9bd 100644
--- a/TAO/tests/RTCORBA/Thread_Pool/server.cpp
+++ b/TAO/tests/RTCORBA/Thread_Pool/server.cpp
@@ -348,7 +348,7 @@ main (int argc, char *argv[])
// Make sure we can support multiple priorities that are required
// for this test.
if (!check_supported_priorities (orb.in ()))
- return -1;
+ return 2;
// Thread Manager for managing task.
ACE_Thread_Manager thread_manager;