diff options
author | Matthew Newhook <matthew@zeroc.com> | 2007-09-20 15:55:50 +0800 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2007-09-20 15:55:50 +0800 |
commit | 7439adb60f18250c5d6a8d36fcf046b24ee071a3 (patch) | |
tree | ecf7ff39d1c4a1455471cbbe0b4e076a33afabb2 /py/modules/IcePy/ObjectAdapter.cpp | |
parent | added blobject support to python. (diff) | |
download | ice-7439adb60f18250c5d6a8d36fcf046b24ee071a3.tar.bz2 ice-7439adb60f18250c5d6a8d36fcf046b24ee071a3.tar.xz ice-7439adb60f18250c5d6a8d36fcf046b24ee071a3.zip |
fix compilation bug
Diffstat (limited to 'py/modules/IcePy/ObjectAdapter.cpp')
-rw-r--r-- | py/modules/IcePy/ObjectAdapter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/py/modules/IcePy/ObjectAdapter.cpp b/py/modules/IcePy/ObjectAdapter.cpp index a2d071f946b..14538e403d8 100644 --- a/py/modules/IcePy/ObjectAdapter.cpp +++ b/py/modules/IcePy/ObjectAdapter.cpp @@ -358,7 +358,6 @@ IcePy::ServantLocatorWrapper::finished(const Ice::Current&, const Ice::ObjectPtr ServantWrapperPtr wrapper = ServantWrapperPtr::dynamicCast(c->servant); PyObjectHandle servantObj = wrapper->getObject(); - AdoptThread adoptThread; PyObjectHandle res = PyObject_CallMethod(_locator, STRCAST("finished"), STRCAST("OOO"), c->current, servantObj.get(), c->cookie); if(PyErr_Occurred()) |