summaryrefslogtreecommitdiff
path: root/php/src
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 /php/src
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 'php/src')
-rw-r--r--php/src/ice/proxy.cpp2
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;
//