diff options
Diffstat (limited to 'cpp/include/Ice/Proxy.h')
-rw-r--r-- | cpp/include/Ice/Proxy.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/include/Ice/Proxy.h b/cpp/include/Ice/Proxy.h index 028a793e531..5182668cc65 100644 --- a/cpp/include/Ice/Proxy.h +++ b/cpp/include/Ice/Proxy.h @@ -546,6 +546,9 @@ public: bool ice_isSecure() const; ::Ice::ObjectPrx ice_secure(bool) const; + ::Ice::EncodingVersion ice_getEncodingVersion() const; + ::Ice::ObjectPrx ice_encodingVersion(const ::Ice::EncodingVersion&) const; + bool ice_isPreferSecure() const; ::Ice::ObjectPrx ice_preferSecure(bool) const; |