summaryrefslogtreecommitdiff
path: root/TAO/tests/RTScheduling/Scheduling_Interceptor/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/RTScheduling/Scheduling_Interceptor/test.idl')
-rw-r--r--TAO/tests/RTScheduling/Scheduling_Interceptor/test.idl9
1 files changed, 9 insertions, 0 deletions
diff --git a/TAO/tests/RTScheduling/Scheduling_Interceptor/test.idl b/TAO/tests/RTScheduling/Scheduling_Interceptor/test.idl
new file mode 100644
index 00000000000..c0c3d7e9da1
--- /dev/null
+++ b/TAO/tests/RTScheduling/Scheduling_Interceptor/test.idl
@@ -0,0 +1,9 @@
+//$Id$
+interface test
+{
+ oneway void one_way (in string message);
+
+ string two_way (in string message);
+
+ oneway void shutdown ();
+};