diff options
author | Marc Laukien <marc@zeroc.com> | 2001-09-20 08:26:05 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-09-20 08:26:05 +0000 |
commit | 6f7cc45e3461e90cf2658a01f16758af31c8d814 (patch) | |
tree | 47bb813dfffa39bc0bbe00cd7669245cbd14eac8 /cpp/src/Ice/Object.cpp | |
parent | fixes (diff) | |
download | ice-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.cpp | 6 |
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; +} |