summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Proxy.cpp
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2002-08-12 02:18:24 +0000
committerMichi Henning <michi@zeroc.com>2002-08-12 02:18:24 +0000
commit0b1443640cd95bc0c22db88ab00f7948e955bcfb (patch)
tree2ad713c4e6dd0b49f4a092f8615f99b688854269 /cpp/src/Ice/Proxy.cpp
parentFixed a bug where we would move the buffer iterator beyond the buffer end. (diff)
downloadice-0b1443640cd95bc0c22db88ab00f7948e955bcfb.tar.bz2
ice-0b1443640cd95bc0c22db88ab00f7948e955bcfb.tar.xz
ice-0b1443640cd95bc0c22db88ab00f7948e955bcfb.zip
Changed nonmutating from metadata do keyword.
Diffstat (limited to 'cpp/src/Ice/Proxy.cpp')
-rw-r--r--cpp/src/Ice/Proxy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Proxy.cpp b/cpp/src/Ice/Proxy.cpp
index ef526510f2a..e63615c0d8a 100644
--- a/cpp/src/Ice/Proxy.cpp
+++ b/cpp/src/Ice/Proxy.cpp
@@ -1258,7 +1258,7 @@ IceDelegateD::Ice::Object::__initCurrent(Current& current, const string& op, boo
current.id = __reference->identity;
current.facet = __reference->facet;
current.operation = op;
- current.nonmutating = nonmutating;
+ current.isNonmutating = nonmutating;
current.ctx = context;
}