summaryrefslogtreecommitdiff
path: root/TAO/tests/Bench/wire/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bench/wire/test.idl')
-rw-r--r--TAO/tests/Bench/wire/test.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tests/Bench/wire/test.idl b/TAO/tests/Bench/wire/test.idl
index 23126ac93f0..e7d04ef7126 100644
--- a/TAO/tests/Bench/wire/test.idl
+++ b/TAO/tests/Bench/wire/test.idl
@@ -6,5 +6,8 @@ interface foo
string all_str (in string inarg,
inout string inoutarg,
out string outarg);
+
+
+ oneway void push (in string inarg);
};