test 2 done
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user