summaryrefslogtreecommitdiff
path: root/cpp/slice/IceGrid/Session.ice
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/slice/IceGrid/Session.ice')
-rw-r--r--cpp/slice/IceGrid/Session.ice6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/slice/IceGrid/Session.ice b/cpp/slice/IceGrid/Session.ice
index bd840cc674f..66e364cc1d8 100644
--- a/cpp/slice/IceGrid/Session.ice
+++ b/cpp/slice/IceGrid/Session.ice
@@ -60,7 +60,7 @@ interface Session extends Glacier2::Session
*
**/
["ami", "amd"] Object* allocateObjectById(Ice::Identity id)
- throws ObjectNotRegisteredException, AllocationException;
+ throws ObjectNotRegisteredException, AllocationException;
/**
*
@@ -81,7 +81,7 @@ interface Session extends Glacier2::Session
*
**/
["ami", "amd"] Object* allocateObjectByType(string type)
- throws AllocationException;
+ throws AllocationException;
/**
*
@@ -101,7 +101,7 @@ interface Session extends Glacier2::Session
*
**/
void releaseObject(Ice::Identity id)
- throws ObjectNotRegisteredException, AllocationException;
+ throws ObjectNotRegisteredException, AllocationException;
/**
*