update python diff
This commit is contained in:
parent
0de5e6fb93
commit
615a4ec1cf
|
@ -5596,7 +5596,9 @@ SWIGINTERN PyObject *_wrap_EventConsumer_pop(PyObject *SWIGUNUSEDPARM(self), PyO
|
||||||
}
|
}
|
||||||
arg3 = static_cast< int >(val3);
|
arg3 = static_cast< int >(val3);
|
||||||
}
|
}
|
||||||
|
Py_BEGIN_ALLOW_THREADS;
|
||||||
result = (Event *)(arg1)->pop(arg2,arg3);
|
result = (Event *)(arg1)->pop(arg2,arg3);
|
||||||
|
Py_END_ALLOW_THREADS;
|
||||||
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_Event, SWIG_POINTER_OWN | 0 );
|
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_Event, SWIG_POINTER_OWN | 0 );
|
||||||
return resultobj;
|
return resultobj;
|
||||||
fail:
|
fail:
|
||||||
|
|
Loading…
Reference in New Issue