summaryrefslogtreecommitdiff
path: root/cppe/demo
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/demo')
-rw-r--r--cppe/demo/IceE/chat/Router.ice2
-rw-r--r--cppe/demo/IceE/hello/Hello.ice2
-rw-r--r--cppe/demo/IceE/throughput/Throughput.ice2
3 files changed, 3 insertions, 3 deletions
diff --git a/cppe/demo/IceE/chat/Router.ice b/cppe/demo/IceE/chat/Router.ice
index 364de8082b9..14949977bca 100644
--- a/cppe/demo/IceE/chat/Router.ice
+++ b/cppe/demo/IceE/chat/Router.ice
@@ -144,7 +144,7 @@ interface Admin
* Shut down the &Glacier2; router.
*
**/
- idempotent void shutdown();
+ void shutdown();
};
};
diff --git a/cppe/demo/IceE/hello/Hello.ice b/cppe/demo/IceE/hello/Hello.ice
index b7b4ecb47b4..1cfcbae5399 100644
--- a/cppe/demo/IceE/hello/Hello.ice
+++ b/cppe/demo/IceE/hello/Hello.ice
@@ -16,7 +16,7 @@ module Demo
interface Hello
{
["cpp:const"] idempotent void sayHello(int delay);
- idempotent void shutdown();
+ void shutdown();
};
};
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();
};
};