diff options
author | Michi Henning <michi@zeroc.com> | 2007-02-15 05:28:18 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2007-02-15 05:28:18 +0000 |
commit | cf708f82d2771018da503fefe1e37e33ac4d68f1 (patch) | |
tree | bdc151e8656a6bb2e945ca6c07a21c763c43bbea /cpp | |
parent | Grammar fix in doc comment. (diff) | |
download | ice-cf708f82d2771018da503fefe1e37e33ac4d68f1.tar.bz2 ice-cf708f82d2771018da503fefe1e37e33ac4d68f1.tar.xz ice-cf708f82d2771018da503fefe1e37e33ac4d68f1.zip |
Improved doc comment.
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. * |