1
0
forked from fsfw/fsfw

base class extraction complete

This commit is contained in:
2020-10-14 01:25:15 +02:00
parent 72ca2bfa43
commit 9ca086e026
9 changed files with 179 additions and 192 deletions

View File

@ -117,7 +117,7 @@ public:
bool isValid() const override;
void setChanged(bool changed);
bool isChanged() const;
bool hasChanged() const;
protected:
sid_t sid;