summaryrefslogtreecommitdiff
path: root/TAO/tests/Connection_Purging/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Connection_Purging/test.idl')
-rw-r--r--TAO/tests/Connection_Purging/test.idl4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/tests/Connection_Purging/test.idl b/TAO/tests/Connection_Purging/test.idl
index dd1b063b9bf..c5d7b77a2e1 100644
--- a/TAO/tests/Connection_Purging/test.idl
+++ b/TAO/tests/Connection_Purging/test.idl
@@ -2,5 +2,7 @@
interface test
{
- void method ();
+ void send_stuff(in string foo);
+
+// oneway void shutdown ();
};