1
0
forked from fsfw/fsfw
This commit is contained in:
2021-04-08 22:49:36 +02:00
parent c1f4ae08fb
commit d92a20a669
4 changed files with 7 additions and 5 deletions

View File

@ -7,7 +7,7 @@ HkSwitchHelper::HkSwitchHelper(EventReportingProxyIF* eventProxy) :
}
HkSwitchHelper::~HkSwitchHelper() {
// TODO Auto-generated destructor stub
QueueFactory::instance()->deleteMessageQueue(actionQueue);
}
ReturnValue_t HkSwitchHelper::initialize() {