summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-07-08 17:17:09 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-07-08 17:17:09 +0000
commit6079eb791668092243a525583128d3646b7fd7fa (patch)
tree5e430b185da4a97a87ce92daeb2970c9cdb3659f
parentbf94eeadfcc8ea27da6231513fdab1621b20d8b0 (diff)
downloadATCD-6079eb791668092243a525583128d3646b7fd7fa.tar.gz
*** empty log message ***
-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);
};