diff options
Diffstat (limited to 'cpp/slice/Ice/ObjectAdapter.ice')
-rw-r--r-- | cpp/slice/Ice/ObjectAdapter.ice | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/cpp/slice/Ice/ObjectAdapter.ice b/cpp/slice/Ice/ObjectAdapter.ice index 08b2f781ad4..f4cd44d459b 100644 --- a/cpp/slice/Ice/ObjectAdapter.ice +++ b/cpp/slice/Ice/ObjectAdapter.ice @@ -22,7 +22,10 @@ module Ice /** * - * The object adapter, which is responsible for receiving requests + * The object adapter provides an up-call interface from the Ice + * run time to the implementation of Ice objects. + * + * The object adapter is responsible for receiving requests * from endpoints, and for mapping between servants, identities, and * proxies. * @@ -275,8 +278,8 @@ local interface ObjectAdapter /** * * Remove all facets with the given identity from the Active - * Servant Map (that is, completely remove the Ice object, - * including its default facet). Removing an identity that + * Servant Map. The operation completely removes the Ice object, + * including its default facet. Removing an identity that * is not in the map throws [NotRegisteredException]. * * @param id The identity of the Ice object to be removed. |