summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Object.cpp
diff options
context:
space:
mode:
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;
+}