probably full of mistake

This commit is contained in:
2023-10-05 11:50:03 +02:00
parent 3ef80d2187
commit 820aff5af4
3 changed files with 19 additions and 12 deletions

View File

@@ -42,9 +42,11 @@ const XFTimeout *XFBehavior::getCurrentTimeout() {
}
void XFBehavior::setCurrentEvent(const XFEvent *pEvent) {
pCurrentEvent_ = pEvent;
}
XFBehavior::TerminateBehavior XFBehavior::process(const XFEvent *pEvent) {
setCurrentEvent(pEvent);
processEvent();
return deleteOnTerminate_;
}