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 /rb/src | |
parent | provide relative path to slice2html (diff) | |
download | ice-950b7f833b83c3cbc91a74638bae1737ac1e552e.tar.bz2 ice-950b7f833b83c3cbc91a74638bae1737ac1e552e.tar.xz ice-950b7f833b83c3cbc91a74638bae1737ac1e552e.zip |
Changed message
Diffstat (limited to 'rb/src')
-rw-r--r-- | rb/src/IceRuby/Communicator.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rb/src/IceRuby/Communicator.cpp b/rb/src/IceRuby/Communicator.cpp index dd4ffc65ac1..8932525fe6b 100644 --- a/rb/src/IceRuby/Communicator.cpp +++ b/rb/src/IceRuby/Communicator.cpp @@ -373,7 +373,7 @@ extern "C" VALUE IceRuby_Communicator_getDefaultContext(VALUE self) { - rb_warning("getDefaultContext has been deprecated; use per-proxy contexts or implicit contexts (if applicable) instead."); + rb_warning("getDefaultContext is deprecated; use per-proxy contexts or implicit contexts (if applicable) instead."); ICE_RUBY_TRY { @@ -389,7 +389,7 @@ extern "C" VALUE IceRuby_Communicator_setDefaultContext(VALUE self, VALUE context) { - rb_warning("setDefaultContext has been deprecated; use per-proxy contexts or implicit contexts (if applicable) instead."); + rb_warning("setDefaultContext is deprecated; use per-proxy contexts or implicit contexts (if applicable) instead."); ICE_RUBY_TRY { |