test 2 done

This commit is contained in:
2023-10-17 15:12:51 +02:00
parent c1e65d41ee
commit 4002757765
3 changed files with 3 additions and 5 deletions

View File

@@ -2,6 +2,7 @@
#include "xf/timeout.h"
#include "xf/initialevent.h"
#include "xf/behavior.h"
#include "trace/trace.h"
// TODO done: Implement code for XFBehavior class
@@ -10,9 +11,6 @@ XFBehavior::XFBehavior() {
}
XFBehavior::~XFBehavior() {
if (this->deleteOnTerminate()) {
delete this;
}
}
void XFBehavior::startBehavior() {