diff options
Diffstat (limited to 'cpp/slice/Ice')
-rw-r--r-- | cpp/slice/Ice/Locator.ice | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cpp/slice/Ice/Locator.ice b/cpp/slice/Ice/Locator.ice index b5f786b272d..7c724c55d8d 100644 --- a/cpp/slice/Ice/Locator.ice +++ b/cpp/slice/Ice/Locator.ice @@ -92,7 +92,7 @@ interface Locator * **/ ["amd", "nonmutating", "cpp:const"] idempotent Object* findObjectById(Ice::Identity id) - throws ObjectNotFoundException; + throws ObjectNotFoundException; /** * @@ -108,7 +108,7 @@ interface Locator * **/ ["amd", "nonmutating", "cpp:const"] idempotent Object* findAdapterById(string id) - throws AdapterNotFoundException; + throws AdapterNotFoundException; /** * @@ -153,7 +153,7 @@ interface LocatorRegistry * **/ ["amd", "ami"] idempotent void setAdapterDirectProxy(string id, Object* proxy) - throws AdapterNotFoundException, AdapterAlreadyActiveException; + throws AdapterNotFoundException, AdapterAlreadyActiveException; /** * @@ -181,7 +181,7 @@ interface LocatorRegistry * **/ ["amd", "ami"] idempotent void setReplicatedAdapterDirectProxy(string adapterId, string replicaGroupId, Object* p) - throws AdapterNotFoundException, AdapterAlreadyActiveException, InvalidReplicaGroupIdException; + throws AdapterNotFoundException, AdapterAlreadyActiveException, InvalidReplicaGroupIdException; /** * @@ -196,7 +196,7 @@ interface LocatorRegistry * **/ ["amd"] idempotent void setServerProcessProxy(string id, Process* proxy) - throws ServerNotFoundException; + throws ServerNotFoundException; }; }; |