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 /php/src | |
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 'php/src')
-rw-r--r-- | php/src/ice/proxy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php/src/ice/proxy.cpp b/php/src/ice/proxy.cpp index 02431681cb9..ae577ad0a12 100644 --- a/php/src/ice/proxy.cpp +++ b/php/src/ice/proxy.cpp @@ -1930,7 +1930,7 @@ IcePHP::Operation::getZendFunction() const void IcePHP::Operation::invoke(INTERNAL_FUNCTION_PARAMETERS) { - Ice::OperationMode mode = (Ice::OperationMode)_op->mode(); + Ice::OperationMode mode = (Ice::OperationMode)_op->sendMode(); int i; // |