summaryrefslogtreecommitdiff
path: root/TAO/tests/NestedUpcall/Reactor/Reactor.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/NestedUpcall/Reactor/Reactor.idl')
-rw-r--r--TAO/tests/NestedUpcall/Reactor/Reactor.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/NestedUpcall/Reactor/Reactor.idl b/TAO/tests/NestedUpcall/Reactor/Reactor.idl
index 0ed94064d08..ae70a317d8b 100644
--- a/TAO/tests/NestedUpcall/Reactor/Reactor.idl
+++ b/TAO/tests/NestedUpcall/Reactor/Reactor.idl
@@ -46,7 +46,7 @@ interface Reactor
// Decrements <num> by invoking the <decrement> operation on <eh>
// and returning that value, finally stopping when it gets to zero.
- oneway void stop ();
+ void stop ();
// Stops the reactor.
};