Commit d1e1fe1f authored by Gwenael Samain's avatar Gwenael Samain

Add NoneResult.construct

parent 168c4570
......@@ -59,6 +59,9 @@ cdef cypclass NoneResult(ActhonResultInterface) checklock:
return NULL
int getIntResult(self) const:
return 0
@staticmethod
ActhonResultInterface construct():
return NoneResult()
cdef cypclass WaitResult(ActhonResultInterface) checklock:
union result_t:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment