summaryrefslogtreecommitdiff
path: root/rb/src
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2007-01-12 12:30:46 +0000
committerDwayne Boone <dwayne@zeroc.com>2007-01-12 12:30:46 +0000
commit950b7f833b83c3cbc91a74638bae1737ac1e552e (patch)
treee9f3c35d63029a5916b79c629e5c0fe778a51c58 /rb/src
parentprovide relative path to slice2html (diff)
downloadice-950b7f833b83c3cbc91a74638bae1737ac1e552e.tar.bz2
ice-950b7f833b83c3cbc91a74638bae1737ac1e552e.tar.xz
ice-950b7f833b83c3cbc91a74638bae1737ac1e552e.zip
Changed message
Diffstat (limited to 'rb/src')
-rw-r--r--rb/src/IceRuby/Communicator.cpp4
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
{