afmt
This commit is contained in:
parent
0a38d2e22d
commit
356d778743
@ -120,9 +120,9 @@ ReturnValue_t Service1TelecommandVerification::initialize() {
|
|||||||
}
|
}
|
||||||
storeHelper.setTmStore(*tmStore);
|
storeHelper.setTmStore(*tmStore);
|
||||||
}
|
}
|
||||||
if(timeStamper == nullptr) {
|
if (timeStamper == nullptr) {
|
||||||
timeStamper = ObjectManager::instance()->get<TimeStamperIF>(objects::TIME_STAMPER);
|
timeStamper = ObjectManager::instance()->get<TimeStamperIF>(objects::TIME_STAMPER);
|
||||||
if(timeStamper == nullptr) {
|
if (timeStamper == nullptr) {
|
||||||
return ObjectManagerIF::CHILD_INIT_FAILED;
|
return ObjectManagerIF::CHILD_INIT_FAILED;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user