diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-05-14 16:00:20 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-05-14 16:00:20 +0000 |
commit | 5da49f0b3315c5fac5095b8f51a5521c1f1a068f (patch) | |
tree | a57c76f830a9c4764354c120a66c77d2b11be14b /cppe/demo/IceE/throughput | |
parent | Bug 2191 (diff) | |
download | ice-5da49f0b3315c5fac5095b8f51a5521c1f1a068f.tar.bz2 ice-5da49f0b3315c5fac5095b8f51a5521c1f1a068f.tar.xz ice-5da49f0b3315c5fac5095b8f51a5521c1f1a068f.zip |
Bug 1262 - shutdown should not be idempotent
Diffstat (limited to 'cppe/demo/IceE/throughput')
-rw-r--r-- | cppe/demo/IceE/throughput/Throughput.ice | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/demo/IceE/throughput/Throughput.ice b/cppe/demo/IceE/throughput/Throughput.ice index efe3de8fbc2..ac6bbb6c5d9 100644 --- a/cppe/demo/IceE/throughput/Throughput.ice +++ b/cppe/demo/IceE/throughput/Throughput.ice @@ -54,7 +54,7 @@ interface Throughput FixedSeq recvFixedSeq(); FixedSeq echoFixedSeq(FixedSeq seq); - idempotent void shutdown(); + void shutdown(); }; }; |