diff options
author | Mark Spruiell <mes@zeroc.com> | 2006-08-09 22:56:27 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2006-08-09 22:56:27 +0000 |
commit | 672a123736533ef62ba958bf9ccee8d59a3b79fc (patch) | |
tree | 528f1025b3a6e5ed47af2df5813ef0e85057bb44 /py/modules/IcePy/ObjectAdapter.cpp | |
parent | fixing bug in IceSSL.VerifyPeer description (diff) | |
download | ice-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.cpp | 2 |
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) |