summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Object.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-09-20 08:26:05 +0000
committerMarc Laukien <marc@zeroc.com>2001-09-20 08:26:05 +0000
commit6f7cc45e3461e90cf2658a01f16758af31c8d814 (patch)
tree47bb813dfffa39bc0bbe00cd7669245cbd14eac8 /cpp/src/Ice/Object.cpp
parentfixes (diff)
downloadice-6f7cc45e3461e90cf2658a01f16758af31c8d814.tar.bz2
ice-6f7cc45e3461e90cf2658a01f16758af31c8d814.tar.xz
ice-6f7cc45e3461e90cf2658a01f16758af31c8d814.zip
evictor modes
Diffstat (limited to 'cpp/src/Ice/Object.cpp')
-rw-r--r--cpp/src/Ice/Object.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/src/Ice/Object.cpp b/cpp/src/Ice/Object.cpp
index ae02d78afe9..a97fc148d9c 100644
--- a/cpp/src/Ice/Object.cpp
+++ b/cpp/src/Ice/Object.cpp
@@ -130,3 +130,9 @@ Ice::Object::__dispatch(Incoming& in, const string& name)
assert(false);
return DispatchOperationNotExist;
}
+
+bool
+Ice::Object::_isMutating(const std::string&)
+{
+ return false;
+}