updated attorneys
This commit is contained in:
@ -134,7 +134,7 @@ uint32_t InternalErrorReporter::getStoreHits() {
|
||||
return value;
|
||||
}
|
||||
|
||||
AccessLocalPoolIF* InternalErrorReporter::getAccessorHandle() {
|
||||
AccessPoolManagerIF* InternalErrorReporter::getAccessorHandle() {
|
||||
return &poolManager;
|
||||
}
|
||||
|
||||
@ -166,10 +166,6 @@ ReturnValue_t InternalErrorReporter::initializeLocalDataPool(
|
||||
return HasReturnvaluesIF::RETURN_OK;
|
||||
}
|
||||
|
||||
LocalDataPoolManager* InternalErrorReporter::getHkManagerHandle() {
|
||||
return &poolManager;
|
||||
}
|
||||
|
||||
dur_millis_t InternalErrorReporter::getPeriodicOperationFrequency() const {
|
||||
return this->executingTask->getPeriodMs();
|
||||
}
|
||||
|
Reference in New Issue
Block a user