summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/async/Hello.ice
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2008-10-28 11:20:06 -0230
committerDwayne Boone <dwayne@zeroc.com>2008-10-28 11:20:06 -0230
commitaf0ffea30bc1e63a0c5ae5837926d9fb8f8205e8 (patch)
tree1970e7e13642fdd26eeaf0d46634427c7b54e8f6 /cpp/demo/Ice/async/Hello.ice
parentBug 3460 - BasicStream.reset set _sliceObjects to true (diff)
downloadice-af0ffea30bc1e63a0c5ae5837926d9fb8f8205e8.tar.bz2
ice-af0ffea30bc1e63a0c5ae5837926d9fb8f8205e8.tar.xz
ice-af0ffea30bc1e63a0c5ae5837926d9fb8f8205e8.zip
Bug 3486 - Remove unecessary "cpp:const"
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();