summaryrefslogtreecommitdiff
path: root/cpp/slice/Ice/ObjectAdapter.ice
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/slice/Ice/ObjectAdapter.ice')
-rw-r--r--cpp/slice/Ice/ObjectAdapter.ice8
1 files changed, 5 insertions, 3 deletions
diff --git a/cpp/slice/Ice/ObjectAdapter.ice b/cpp/slice/Ice/ObjectAdapter.ice
index 2eb8c8ae632..de95fbe3f32 100644
--- a/cpp/slice/Ice/ObjectAdapter.ice
+++ b/cpp/slice/Ice/ObjectAdapter.ice
@@ -490,13 +490,15 @@ local interface ObjectAdapter
* @param id The identity for which a proxy is to be created.
*
* @param transport The transport that should be used, or null if
- * all available connections to this object adapater should be
- * used.
+ * the first available connection to this object adapater should
+ * be used.
*
* @return A "reverse proxy" that matches the given identity and
- * this object adapter.
+ * this object adapter. If no connections have been established to
+ * this object adapter, a null proxy is returned.
*
* @see Identity
+ * @see TransportInfo
*
**/
Object* createReverseProxy(Identity id, TransportInfo transport);