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