summaryrefslogtreecommitdiff
path: root/cppe/demo/IceE/throughput
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/demo/IceE/throughput')
-rw-r--r--cppe/demo/IceE/throughput/Throughput.ice2
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();
};
};