diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-05-14 16:01:40 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-05-14 16:01:40 +0000 |
commit | c941b8c8d1dc75ce538986d104d0c2874d5c895e (patch) | |
tree | 630fdd51fa88ed9aec99be5fa457beeb1413429c /cpp/demo/Ice/async/Hello.ice | |
parent | Bug 1262 - shutdown should not be idempotent (diff) | |
download | ice-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.ice | 2 |
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(); }; }; |