summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/RTCorba/Oneways/Reliable/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/RTCorba/Oneways/Reliable/test.idl')
-rw-r--r--TAO/performance-tests/RTCorba/Oneways/Reliable/test.idl15
1 files changed, 15 insertions, 0 deletions
diff --git a/TAO/performance-tests/RTCorba/Oneways/Reliable/test.idl b/TAO/performance-tests/RTCorba/Oneways/Reliable/test.idl
new file mode 100644
index 00000000000..4519e9cc9a5
--- /dev/null
+++ b/TAO/performance-tests/RTCorba/Oneways/Reliable/test.idl
@@ -0,0 +1,15 @@
+//
+// $Id$
+//
+
+interface Test
+{
+ typedef sequence<octet> data;
+ oneway void oneway_payload_test (in data d);
+
+ oneway void oneway_work_test (in unsigned long work);
+
+ void twoway_work_test (in unsigned long work);
+
+ oneway void shutdown ();
+};