diff options
author | Michi Henning <michi@zeroc.com> | 2005-07-20 04:07:08 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2005-07-20 04:07:08 +0000 |
commit | 544741283baaed48f8ef64737ebf6284dd5781c8 (patch) | |
tree | ee0c377812095448dbf02982be218e69d7a087a3 /cppe/src/IceE/Reference.cpp | |
parent | Did a make depend. (diff) | |
download | ice-544741283baaed48f8ef64737ebf6284dd5781c8.tar.bz2 ice-544741283baaed48f8ef64737ebf6284dd5781c8.tar.xz ice-544741283baaed48f8ef64737ebf6284dd5781c8.zip |
Added ice_communicator() and ice_toString() to proxies.
Diffstat (limited to 'cppe/src/IceE/Reference.cpp')
-rw-r--r-- | cppe/src/IceE/Reference.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cppe/src/IceE/Reference.cpp b/cppe/src/IceE/Reference.cpp index 307b5dca782..9e8f75e919c 100644 --- a/cppe/src/IceE/Reference.cpp +++ b/cppe/src/IceE/Reference.cpp @@ -55,6 +55,12 @@ IceInternal::Reference::defaultContext() const return r; } +CommunicatorPtr +IceInternal::Reference::getCommunicator() const +{ + return _instance->communicator(); +} + ReferencePtr IceInternal::Reference::changeContext(const Context& newContext) const { |