summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Private_Connection/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/RTCORBA/Private_Connection/server.cpp')
-rw-r--r--TAO/tests/RTCORBA/Private_Connection/server.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tests/RTCORBA/Private_Connection/server.cpp b/TAO/tests/RTCORBA/Private_Connection/server.cpp
index 792bd559cbf..580fb8a361c 100644
--- a/TAO/tests/RTCORBA/Private_Connection/server.cpp
+++ b/TAO/tests/RTCORBA/Private_Connection/server.cpp
@@ -4,6 +4,7 @@
#include "tao/RTCORBA/RTCORBA.h"
#include "tao/RTPortableServer/RTPortableServer.h"
#include "ace/Get_Opt.h"
+#include "../check_supported_priorities.cpp"
class Test_i : public POA_Test
{
@@ -149,6 +150,10 @@ main (int argc, char *argv[])
// Parse arguments.
if (parse_args (argc, argv) != 0)
return 1;
+
+ // Make sure we can support multiple priorities that are required
+ // for this test.
+ check_supported_priorities (orb.in());
// RootPOA.
CORBA::Object_var object =