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 /cpp/src/Ice/Reference.h | |
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 'cpp/src/Ice/Reference.h')
-rw-r--r-- | cpp/src/Ice/Reference.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Ice/Reference.h b/cpp/src/Ice/Reference.h index 748eb6b011b..a37b94daf78 100644 --- a/cpp/src/Ice/Reference.h +++ b/cpp/src/Ice/Reference.h @@ -50,6 +50,8 @@ public: ReferencePtr defaultContext() const; + Ice::CommunicatorPtr getCommunicator() const; + virtual bool getSecure() const = 0; virtual std::vector<EndpointPtr> getEndpoints() const = 0; virtual bool getCollocationOptimization() const = 0; |