diff options
author | Benoit Foucher <benoit@zeroc.com> | 2011-10-31 10:59:26 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2011-10-31 10:59:26 +0100 |
commit | ae5a55f8a1960ddf193b6ad3898a2fbb66a3e849 (patch) | |
tree | 960d9f4092d188459d8f53eb1bbc3f2484eb78ad /cpp/src/Ice/Reference.cpp | |
parent | slice2cpp fir for clang warning (diff) | |
download | ice-ae5a55f8a1960ddf193b6ad3898a2fbb66a3e849.tar.bz2 ice-ae5a55f8a1960ddf193b6ad3898a2fbb66a3e849.tar.xz ice-ae5a55f8a1960ddf193b6ad3898a2fbb66a3e849.zip |
Fixed bugs 4724 & 4725
Diffstat (limited to 'cpp/src/Ice/Reference.cpp')
-rw-r--r-- | cpp/src/Ice/Reference.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Reference.cpp b/cpp/src/Ice/Reference.cpp index 875b64ebe53..4cc2c69ff50 100644 --- a/cpp/src/Ice/Reference.cpp +++ b/cpp/src/Ice/Reference.cpp @@ -498,7 +498,7 @@ IceInternal::FixedReference::getCollocationOptimized() const bool IceInternal::FixedReference::getCacheConnection() const { - return false; + return true; } bool |