summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/RTCorba/Multiple_Endpoints/Common/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/RTCorba/Multiple_Endpoints/Common/test.idl')
-rw-r--r--TAO/performance-tests/RTCorba/Multiple_Endpoints/Common/test.idl10
1 files changed, 10 insertions, 0 deletions
diff --git a/TAO/performance-tests/RTCorba/Multiple_Endpoints/Common/test.idl b/TAO/performance-tests/RTCorba/Multiple_Endpoints/Common/test.idl
new file mode 100644
index 00000000000..5f1fb02aaa8
--- /dev/null
+++ b/TAO/performance-tests/RTCorba/Multiple_Endpoints/Common/test.idl
@@ -0,0 +1,10 @@
+//
+// $Id$
+//
+
+interface Test
+{
+ void test_method (in long id);
+
+ void shutdown (in string orb_id);
+};