summaryrefslogtreecommitdiff
path: root/TAO/tests/Timed_Buffered_Oneways/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Timed_Buffered_Oneways/test.idl')
-rw-r--r--TAO/tests/Timed_Buffered_Oneways/test.idl14
1 files changed, 14 insertions, 0 deletions
diff --git a/TAO/tests/Timed_Buffered_Oneways/test.idl b/TAO/tests/Timed_Buffered_Oneways/test.idl
new file mode 100644
index 00000000000..3035dc7f5fd
--- /dev/null
+++ b/TAO/tests/Timed_Buffered_Oneways/test.idl
@@ -0,0 +1,14 @@
+//
+// $Id$
+//
+
+interface test
+{
+ typedef sequence<octet> data;
+ oneway void method (in unsigned long request_number,
+ in long start_time,
+ in data d,
+ in unsigned long work);
+ void flush ();
+ oneway void shutdown (in long start_time);
+};