summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rw-r--r--cpp/slice/IceGrid/Admin.ice6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/slice/IceGrid/Admin.ice b/cpp/slice/IceGrid/Admin.ice
index c78d8d95069..051ce6f899c 100644
--- a/cpp/slice/IceGrid/Admin.ice
+++ b/cpp/slice/IceGrid/Admin.ice
@@ -995,7 +995,7 @@ interface Admin
* @throws RegistryNotExistException Raised if the registry doesn't exist.
*
**/
- ["nonmutating", "cpp:const"] idempotent bool pingRegistry(string name)
+ ["cpp:const"] idempotent bool pingRegistry(string name)
throws RegistryNotExistException;
/**
@@ -1012,7 +1012,7 @@ interface Admin
* reached.
*
**/
- ["nonmutating", "cpp:const"] idempotent RegistryInfo getRegistryInfo(string name)
+ ["cpp:const"] idempotent RegistryInfo getRegistryInfo(string name)
throws RegistryNotExistException, RegistryUnreachableException;
/**
@@ -1037,7 +1037,7 @@ interface Admin
* @return The registry names.
*
**/
- ["nonmutating", "cpp:const"] idempotent Ice::StringSeq getAllRegistryNames();
+ ["cpp:const"] idempotent Ice::StringSeq getAllRegistryNames();
/**
*