Add beginnings of EventPort wrapping

This commit is contained in:
Jason Paryani
2014-01-28 21:42:57 -08:00
parent f49af992ca
commit 18c6d41f96
3 changed files with 40 additions and 15 deletions

View File

@@ -7,4 +7,12 @@ cdef extern from "../helpers/capabilityHelper.h":
cdef extern from "../helpers/capabilityHelper.h":
void reraise_kj_exception()
cdef cppclass PyRefCounter:
PyRefCounter(PyObject *)
PyRefCounter(PyObject *)
cdef extern from "../helpers/rpcHelper.h":
cdef cppclass PyRestorer:
PyRestorer(PyObject *)
cdef extern from "../helpers/asyncHelper.h":
cdef cppclass PyEventPort:
PyEventPort(PyObject *)