summaryrefslogtreecommitdiff
path: root/TAO/tests/ORT/ORT_test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/ORT/ORT_test.idl')
-rw-r--r--TAO/tests/ORT/ORT_test.idl27
1 files changed, 27 insertions, 0 deletions
diff --git a/TAO/tests/ORT/ORT_test.idl b/TAO/tests/ORT/ORT_test.idl
new file mode 100644
index 00000000000..e2b0ab9ec1f
--- /dev/null
+++ b/TAO/tests/ORT/ORT_test.idl
@@ -0,0 +1,27 @@
+// -*- IDL -*-
+
+//=============================================================================
+/**
+ * @file ORT_test.idl
+ *
+ * $Id$
+ *
+ * @author Priyanka Gontla <gontla_p@ociweb.com>
+ */
+//=============================================================================
+
+
+#ifndef ORT_TEST_IDL
+#define ORT_TEST_IDL
+
+module ObjectReferenceTemplate
+{
+ interface ORT_test
+ {
+ boolean request_server ();
+
+ oneway void shutdown ();
+ };
+};
+
+#endif /* ORT_TEST_IDL */