summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Server_Protocol/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/RTCORBA/Server_Protocol/test.idl')
-rw-r--r--TAO/tests/RTCORBA/Server_Protocol/test.idl9
1 files changed, 9 insertions, 0 deletions
diff --git a/TAO/tests/RTCORBA/Server_Protocol/test.idl b/TAO/tests/RTCORBA/Server_Protocol/test.idl
new file mode 100644
index 00000000000..7fd0cd6f651
--- /dev/null
+++ b/TAO/tests/RTCORBA/Server_Protocol/test.idl
@@ -0,0 +1,9 @@
+//
+// $Id$
+//
+
+interface Test
+{
+ oneway void shutdown ();
+ // Shut down the ORB.
+};