diff options
author | Bernard Normier <bernard@zeroc.com> | 2017-01-09 16:03:10 -0500 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2017-01-09 16:03:10 -0500 |
commit | 7c74420c53bda5789e6ab78f1e16d18486a294c6 (patch) | |
tree | 9184b09775ed29ebf3db72b64a9b95f5980e5b51 /python/modules/IcePy/Operation.cpp | |
parent | Python/Ruby build fixes (diff) | |
download | ice-7c74420c53bda5789e6ab78f1e16d18486a294c6.tar.bz2 ice-7c74420c53bda5789e6ab78f1e16d18486a294c6.tar.xz ice-7c74420c53bda5789e6ab78f1e16d18486a294c6.zip |
Renamed optional invocation context parameter in Python, Ruby and PHP
new name: context old name: _ctx
Fixed macOS build
Diffstat (limited to 'python/modules/IcePy/Operation.cpp')
-rw-r--r-- | python/modules/IcePy/Operation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/modules/IcePy/Operation.cpp b/python/modules/IcePy/Operation.cpp index 9a6ef0e7d15..d4e7d9993c2 100644 --- a/python/modules/IcePy/Operation.cpp +++ b/python/modules/IcePy/Operation.cpp @@ -3004,7 +3004,7 @@ IcePy::AsyncBlobjectInvocation::invoke(PyObject* args, PyObject* kwds) const_cast<char*>("_response"), const_cast<char*>("_ex"), const_cast<char*>("_sent"), - const_cast<char*>("_ctx"), + const_cast<char*>("context"), 0 }; char* operation; |