diff options
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(); }; }; |