diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-02-01 17:09:49 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-02-01 17:09:49 +0000 |
commit | abada90e3f84dc703b8ddc9efcbed8a946fadead (patch) | |
tree | 2c6f9dccd510ea97cb927a7bd635422efaae547a /cpp/slice/Ice/Locator.ice | |
parent | removing trace message (diff) | |
download | ice-abada90e3f84dc703b8ddc9efcbed8a946fadead.tar.bz2 ice-abada90e3f84dc703b8ddc9efcbed8a946fadead.tar.xz ice-abada90e3f84dc703b8ddc9efcbed8a946fadead.zip |
Expanded tabs into spaces
Diffstat (limited to 'cpp/slice/Ice/Locator.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; }; }; |