Local Pool Update Remove Add Data Ignore Fault Argument #701

Merged
gaisser merged 16 commits from eive/fsfw:mueller/local-pool-update-remove-ignore-fault-arg into development 2022-11-14 14:49:37 +01:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 1bea2344f6 - Show all commits

View File

@ -131,7 +131,6 @@ class LocalPool : public SystemObject, public StorageManagerIF {
// Using functions provided by StorageManagerIF requires either a fully qualified path
// like for example localPool.StorageManagerIF::getFreeElement(...) or re-exporting
// the fully qualified path with the using directive.
using StorageManagerIF::getFreeElement;
using StorageManagerIF::getData;
using StorageManagerIF::modifyData;