summaryrefslogtreecommitdiff
path: root/trunk/TAO/tests/RTCORBA/Priority_Inversion_With_Bands/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TAO/tests/RTCORBA/Priority_Inversion_With_Bands/test.idl')
-rw-r--r--trunk/TAO/tests/RTCORBA/Priority_Inversion_With_Bands/test.idl11
1 files changed, 11 insertions, 0 deletions
diff --git a/trunk/TAO/tests/RTCORBA/Priority_Inversion_With_Bands/test.idl b/trunk/TAO/tests/RTCORBA/Priority_Inversion_With_Bands/test.idl
new file mode 100644
index 00000000000..331c73291bd
--- /dev/null
+++ b/trunk/TAO/tests/RTCORBA/Priority_Inversion_With_Bands/test.idl
@@ -0,0 +1,11 @@
+//
+// $Id$
+//
+
+interface test
+{
+ void initialize (in unsigned long total_iterations);
+
+ oneway void method (in unsigned long work,
+ in string iteration);
+};