Stop using pointer to TwoPartyVatNetwork and replace with Own reference

This commit is contained in:
Jason Paryani
2013-11-13 12:21:48 -08:00
parent 238f8b2c2f
commit 0f68366905
2 changed files with 4 additions and 6 deletions

View File

@@ -26,6 +26,7 @@ cdef extern from "kj/string.h" namespace " ::kj":
cdef extern from "kj/memory.h" namespace " ::kj":
cdef cppclass Own[T]:
T& operator*()
Own[TwoPartyVatNetwork] makeTwoPartyVatNetwork" ::kj::heap< ::capnp::TwoPartyVatNetwork>"(EventLoop &, AsyncIoStream& stream, Side)
cdef extern from "kj/string-tree.h" namespace " ::kj":
cdef cppclass StringTree: