diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-03-28 14:12:52 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-03-28 14:12:52 +0000 |
commit | ff33ec17dfa848a3353d4b881942df2f5bf758ef (patch) | |
tree | 5ff5dac0562700b2bfa1ebdd78090197b6aa3457 /cpp/src/Ice/Reference.h | |
parent | Fixed half of bug 847: ice_newIdentiy -> ice_identity, ice_newFacet -> (diff) | |
download | ice-ff33ec17dfa848a3353d4b881942df2f5bf758ef.tar.bz2 ice-ff33ec17dfa848a3353d4b881942df2f5bf758ef.tar.xz ice-ff33ec17dfa848a3353d4b881942df2f5bf758ef.zip |
Fix
Diffstat (limited to 'cpp/src/Ice/Reference.h')
-rw-r--r-- | cpp/src/Ice/Reference.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/Ice/Reference.h b/cpp/src/Ice/Reference.h index 6026ed4f47a..988cfa83bc8 100644 --- a/cpp/src/Ice/Reference.h +++ b/cpp/src/Ice/Reference.h @@ -53,7 +53,6 @@ public: Ice::CommunicatorPtr getCommunicator() const; virtual bool getSecure() const = 0; - virtual bool getCompress() const = 0; virtual std::string getAdapterId() const = 0; virtual std::vector<EndpointIPtr> getEndpoints() const = 0; virtual bool getCollocationOptimization() const = 0; |