improvements
This commit is contained in:
@ -13,8 +13,7 @@ using LocalDataPoolMap = std::map<lp_id_t, PoolEntryIF*>;
|
||||
using LocalDataPoolMapIter = LocalDataPoolMap::iterator;
|
||||
|
||||
/**
|
||||
* @brief Interface for the local housekeeping managers used by the device
|
||||
* handler.
|
||||
* @brief
|
||||
*/
|
||||
class HasHkPoolParametersIF {
|
||||
public:
|
||||
@ -27,6 +26,4 @@ public:
|
||||
virtual HousekeepingManager* getHkManagerHandle() = 0;
|
||||
};
|
||||
|
||||
|
||||
|
||||
#endif /* FRAMEWORK_DATAPOOL_HASHKPOOLPARAMETERSIF_H_ */
|
||||
|
Reference in New Issue
Block a user