summaryrefslogtreecommitdiff
path: root/TAO/tests/MT_Client/test.idl
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-20 20:30:57 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-20 20:30:57 +0000
commit91d580fc033d816653fbc9b1e939798c6dc629df (patch)
tree9ce2073189800c2cd84422598e2521201a8677d8 /TAO/tests/MT_Client/test.idl
parent3996ab3edfbade49059d76fdd6d7f207b10c30b1 (diff)
downloadATCD-91d580fc033d816653fbc9b1e939798c6dc629df.tar.gz
ChangeLogTag:Sat Mar 20 14:28:59 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tests/MT_Client/test.idl')
-rw-r--r--TAO/tests/MT_Client/test.idl9
1 files changed, 9 insertions, 0 deletions
diff --git a/TAO/tests/MT_Client/test.idl b/TAO/tests/MT_Client/test.idl
new file mode 100644
index 00000000000..62239ef9a88
--- /dev/null
+++ b/TAO/tests/MT_Client/test.idl
@@ -0,0 +1,9 @@
+/*
+ * $Id$
+ */
+
+interface Simple_Server {
+ void test_method ();
+
+ void shutdown ();
+};