summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/async/Hello.ice
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/demo/Ice/async/Hello.ice')
-rw-r--r--cpp/demo/Ice/async/Hello.ice2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Ice/async/Hello.ice b/cpp/demo/Ice/async/Hello.ice
index 8eedeac8c76..344d0956deb 100644
--- a/cpp/demo/Ice/async/Hello.ice
+++ b/cpp/demo/Ice/async/Hello.ice
@@ -19,7 +19,7 @@ exception RequestCanceledException
interface Hello
{
- ["ami", "amd"] void sayHello(int delay)
+ ["ami", "amd"] idempotent void sayHello(int delay)
throws RequestCanceledException;
void shutdown();