summaryrefslogtreecommitdiff
path: root/trunk/TAO/tests/RTCORBA/Collocation/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TAO/tests/RTCORBA/Collocation/test.idl')
-rw-r--r--trunk/TAO/tests/RTCORBA/Collocation/test.idl8
1 files changed, 8 insertions, 0 deletions
diff --git a/trunk/TAO/tests/RTCORBA/Collocation/test.idl b/trunk/TAO/tests/RTCORBA/Collocation/test.idl
new file mode 100644
index 00000000000..fb23b0eeb08
--- /dev/null
+++ b/trunk/TAO/tests/RTCORBA/Collocation/test.idl
@@ -0,0 +1,8 @@
+// $Id$
+
+interface test
+{
+ void start ();
+
+ void method ();
+};