summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/async/Hello.ice
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2007-05-14 16:01:40 +0000
committerDwayne Boone <dwayne@zeroc.com>2007-05-14 16:01:40 +0000
commitc941b8c8d1dc75ce538986d104d0c2874d5c895e (patch)
tree630fdd51fa88ed9aec99be5fa457beeb1413429c /cpp/demo/Ice/async/Hello.ice
parentBug 1262 - shutdown should not be idempotent (diff)
downloadice-c941b8c8d1dc75ce538986d104d0c2874d5c895e.tar.bz2
ice-c941b8c8d1dc75ce538986d104d0c2874d5c895e.tar.xz
ice-c941b8c8d1dc75ce538986d104d0c2874d5c895e.zip
Bug 1262 - shutdown not idempotent
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 8206d953fc7..95575567353 100644
--- a/cpp/demo/Ice/async/Hello.ice
+++ b/cpp/demo/Ice/async/Hello.ice
@@ -22,7 +22,7 @@ interface Hello
["ami", "amd"] void sayHello(int delay)
throws RequestCanceledException;
- idempotent void shutdown();
+ void shutdown();
};
};