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