summaryrefslogtreecommitdiff
path: root/py/modules/IcePy/ObjectAdapter.cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2006-08-09 22:56:27 +0000
committerMark Spruiell <mes@zeroc.com>2006-08-09 22:56:27 +0000
commit672a123736533ef62ba958bf9ccee8d59a3b79fc (patch)
tree528f1025b3a6e5ed47af2df5813ef0e85057bb44 /py/modules/IcePy/ObjectAdapter.cpp
parentfixing bug in IceSSL.VerifyPeer description (diff)
downloadice-672a123736533ef62ba958bf9ccee8d59a3b79fc.tar.bz2
ice-672a123736533ef62ba958bf9ccee8d59a3b79fc.tar.xz
ice-672a123736533ef62ba958bf9ccee8d59a3b79fc.zip
bug 1257: deprecate nonmutating
Diffstat (limited to 'py/modules/IcePy/ObjectAdapter.cpp')
-rw-r--r--py/modules/IcePy/ObjectAdapter.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/py/modules/IcePy/ObjectAdapter.cpp b/py/modules/IcePy/ObjectAdapter.cpp
index 3d28edd272a..0cec538c877 100644
--- a/py/modules/IcePy/ObjectAdapter.cpp
+++ b/py/modules/IcePy/ObjectAdapter.cpp
@@ -175,6 +175,8 @@ IcePy::ServantWrapper::ice_invoke_async(const Ice::AMD_Object_ice_invokePtr& cb,
}
}
+ __checkMode(op->mode(), current.mode);
+
op->dispatch(_servant, cb, inParams, current);
}
catch(const Ice::Exception& ex)