summaryrefslogtreecommitdiff
path: root/cppe/test
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2007-05-14 16:00:20 +0000
committerDwayne Boone <dwayne@zeroc.com>2007-05-14 16:00:20 +0000
commit5da49f0b3315c5fac5095b8f51a5521c1f1a068f (patch)
treea57c76f830a9c4764354c120a66c77d2b11be14b /cppe/test
parentBug 2191 (diff)
downloadice-5da49f0b3315c5fac5095b8f51a5521c1f1a068f.tar.bz2
ice-5da49f0b3315c5fac5095b8f51a5521c1f1a068f.tar.xz
ice-5da49f0b3315c5fac5095b8f51a5521c1f1a068f.zip
Bug 1262 - shutdown should not be idempotent
Diffstat (limited to 'cppe/test')
-rw-r--r--cppe/test/IceE/location/Test.ice4
1 files changed, 2 insertions, 2 deletions
diff --git a/cppe/test/IceE/location/Test.ice b/cppe/test/IceE/location/Test.ice
index bcef8e3b25a..ed609438a17 100644
--- a/cppe/test/IceE/location/Test.ice
+++ b/cppe/test/IceE/location/Test.ice
@@ -16,7 +16,7 @@ module Test
interface ServerManager
{
void startServer();
- idempotent void shutdown();
+ void shutdown();
};
interface Hello
@@ -26,7 +26,7 @@ interface Hello
interface TestIntf
{
- idempotent void shutdown();
+ void shutdown();
idempotent Hello* getHello();