1
0
forked from fsfw/fsfw

improved error handling significantly

This commit is contained in:
2021-01-07 20:23:23 +01:00
parent 007526c050
commit 3be51762cc
5 changed files with 64 additions and 46 deletions

View File

@ -179,9 +179,6 @@ protected:
friend std::ostream& operator<< (std::ostream &out,
const LocalPoolVariable<U> &var);
#endif
private:
void reportReadCommitError(bool read, object_id_t objectId, lp_id_t lpId);
};
#include "LocalPoolVariable.tpp"