summaryrefslogtreecommitdiff
path: root/TAO/tests/MProfile/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/MProfile/test.idl')
-rw-r--r--TAO/tests/MProfile/test.idl9
1 files changed, 9 insertions, 0 deletions
diff --git a/TAO/tests/MProfile/test.idl b/TAO/tests/MProfile/test.idl
new file mode 100644
index 00000000000..a87da7f07d6
--- /dev/null
+++ b/TAO/tests/MProfile/test.idl
@@ -0,0 +1,9 @@
+/*
+ * $Id$
+ */
+
+interface Simple_Server
+{
+ long remote_call ();
+ oneway void shutdown ();
+};