summaryrefslogtreecommitdiff
path: root/py/demo/Ice/async/Hello.ice
diff options
context:
space:
mode:
Diffstat (limited to 'py/demo/Ice/async/Hello.ice')
-rw-r--r--py/demo/Ice/async/Hello.ice2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/demo/Ice/async/Hello.ice b/py/demo/Ice/async/Hello.ice
index 8eedeac8c76..344d0956deb 100644
--- a/py/demo/Ice/async/Hello.ice
+++ b/py/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();