summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Server_Declared/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/RTCORBA/Server_Declared/test.idl')
-rw-r--r--TAO/tests/RTCORBA/Server_Declared/test.idl13
1 files changed, 13 insertions, 0 deletions
diff --git a/TAO/tests/RTCORBA/Server_Declared/test.idl b/TAO/tests/RTCORBA/Server_Declared/test.idl
new file mode 100644
index 00000000000..ce79aec2ee7
--- /dev/null
+++ b/TAO/tests/RTCORBA/Server_Declared/test.idl
@@ -0,0 +1,13 @@
+//
+// $Id$
+//
+
+interface Test
+{
+ void test_method (in short priority);
+ // Print out the CORBA priority of the servant thread and check that
+ // it is equal to the <priority> argument.
+
+ oneway void shutdown ();
+ // Shut down the ORB.
+};