1
0
forked from fsfw/fsfw

read commit IF functions protected again

This commit is contained in:
2021-02-28 14:41:43 +01:00
parent fb5a1b93fc
commit 68415853b5
2 changed files with 5 additions and 2 deletions

View File

@ -17,7 +17,7 @@ public:
virtual ReturnValue_t commit(MutexIF::TimeoutType timeoutType,
uint32_t timeoutMs) = 0;
public:
protected:
/* Optional and protected because this is interesting for classes grouping members with commit
and read semantics where the lock is only necessary once. */