continue source handler

This commit is contained in:
2023-08-03 13:03:58 +02:00
parent a856f91c67
commit 3167988951
10 changed files with 29 additions and 12 deletions

View File

@ -32,6 +32,7 @@ class StorageManagerMock : public LocalPool {
std::pair<bool, ReturnValue_t> nextFreeElementCallFails;
using LocalPool::getFreeElement;
using StorageManagerIF::getData;
void reset();
};