diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/slice/Ice/ImplicitContext.ice | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/slice/Ice/ImplicitContext.ice b/cpp/slice/Ice/ImplicitContext.ice index 45b615bed2f..de923f99048 100644 --- a/cpp/slice/Ice/ImplicitContext.ice +++ b/cpp/slice/Ice/ImplicitContext.ice @@ -45,7 +45,9 @@ module Ice local interface ImplicitContext { /** - * Get the underlying context. + * Get the underlying context. The operation returns a null proxy if no implicit + * context is established on the communicator (that is, if <tt>Ice.ImplicitContext</tt> + * is set to <tt>None</tt>). * * @return The underlying context. * |