introduced new accessor IF
This commit is contained in:
@ -150,7 +150,7 @@ public:
|
||||
void setChanged(bool changed) override;
|
||||
bool hasChanged() const override;
|
||||
|
||||
object_id_t getCreatorObjectId(object_id_t objectId);
|
||||
object_id_t getCreatorObjectId();
|
||||
protected:
|
||||
sid_t sid;
|
||||
//! This mutex is used if the data is created by one object only.
|
||||
@ -217,7 +217,7 @@ protected:
|
||||
bool bitGetter(const uint8_t* byte, uint8_t position) const;
|
||||
|
||||
PeriodicHousekeepingHelper* periodicHelper = nullptr;
|
||||
LocalDataPoolManager* hkManager = nullptr;
|
||||
AccessLocalPoolIF* localPoolAccessor = nullptr;
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user