summaryrefslogtreecommitdiff
path: root/cpp/src/Freeze/BackgroundSaveEvictorI.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2009-05-15 13:46:50 -0230
committerDwayne Boone <dwayne@zeroc.com>2009-05-15 13:46:50 -0230
commit0f8bb307adf2f03ef029b706d1e3dac9a2f56974 (patch)
tree21e4ce78d64556311d3aa9cdf559ac78eb05e629 /cpp/src/Freeze/BackgroundSaveEvictorI.cpp
parentRemoved nonmutating keyword (diff)
downloadice-0f8bb307adf2f03ef029b706d1e3dac9a2f56974.tar.bz2
ice-0f8bb307adf2f03ef029b706d1e3dac9a2f56974.tar.xz
ice-0f8bb307adf2f03ef029b706d1e3dac9a2f56974.zip
Removed Freeze.UseNonmutating
Diffstat (limited to 'cpp/src/Freeze/BackgroundSaveEvictorI.cpp')
-rw-r--r--cpp/src/Freeze/BackgroundSaveEvictorI.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/Freeze/BackgroundSaveEvictorI.cpp b/cpp/src/Freeze/BackgroundSaveEvictorI.cpp
index 83d4e4e0960..bd4df3dac18 100644
--- a/cpp/src/Freeze/BackgroundSaveEvictorI.cpp
+++ b/cpp/src/Freeze/BackgroundSaveEvictorI.cpp
@@ -756,8 +756,7 @@ Freeze::BackgroundSaveEvictorI::finished(const Current& current, const ObjectPtr
bool enqueue = false;
- if((_useNonmutating && current.mode != Nonmutating) ||
- (!_useNonmutating && servant->ice_operationAttributes(current.operation) & 0x1) != 0)
+ if((servant->ice_operationAttributes(current.operation) & 0x1) != 0)
{
IceUtil::Mutex::Lock lock(element->mutex);