diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-01-12 12:30:46 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-01-12 12:30:46 +0000 |
commit | 950b7f833b83c3cbc91a74638bae1737ac1e552e (patch) | |
tree | e9f3c35d63029a5916b79c629e5c0fe778a51c58 /cpp | |
parent | provide relative path to slice2html (diff) | |
download | ice-950b7f833b83c3cbc91a74638bae1737ac1e552e.tar.bz2 ice-950b7f833b83c3cbc91a74638bae1737ac1e552e.tar.xz ice-950b7f833b83c3cbc91a74638bae1737ac1e552e.zip |
Changed message
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/slice/Ice/Communicator.ice | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/slice/Ice/Communicator.ice b/cpp/slice/Ice/Communicator.ice index afd2d04c4f2..be22673d04b 100644 --- a/cpp/slice/Ice/Communicator.ice +++ b/cpp/slice/Ice/Communicator.ice @@ -316,7 +316,7 @@ local interface Communicator * * @see setDefaultContext **/ - ["cpp:const", "deprecate:getDefaultContext has been deprecated, use per-proxy contexts or implicit contexts (if applicable) instead"] + ["cpp:const", "deprecate:getDefaultContext is deprecated, use per-proxy contexts or implicit contexts (if applicable) instead"] Context getDefaultContext(); /** @@ -333,7 +333,7 @@ local interface Communicator * @param ctx The default context to be set. * @see getDefaultContext **/ - ["deprecate:setDefaultContext has been deprecated, use per-proxy contexts or implicit contexts (if applicable) instead"] + ["deprecate:setDefaultContext is deprecated, use per-proxy contexts or implicit contexts (if applicable) instead"] void setDefaultContext(Context ctx); /** |