summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Linear_Priority/test.idl
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-09-13 00:32:20 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-09-13 00:32:20 +0000
commitbb581ca34145d9f88c8d95ee2a1a885d2572f1f6 (patch)
tree714c1845a75010173147e153a132fc1589bfc1ce /TAO/tests/RTCORBA/Linear_Priority/test.idl
parent0b10bc456cf2ecca67f9e97b225835c5a7ac5599 (diff)
downloadATCD-bb581ca34145d9f88c8d95ee2a1a885d2572f1f6.tar.gz
New branch Thread_Pool_stage_3 (very close to x.1.20 release)
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 ();
+};