removed comment
This commit is contained in:
parent
673af26472
commit
26cbcdbff0
@ -6,13 +6,6 @@
|
|||||||
#include "../objectmanager/SystemObject.h"
|
#include "../objectmanager/SystemObject.h"
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
/**
|
|
||||||
* Baseline question: If this dataset is shared, is there once instance
|
|
||||||
* shared among many objects or multiple instances? Maybe be flexible
|
|
||||||
* and provide both ways? Sharing one instance requires a mutex lock.
|
|
||||||
* If there are multiple instances, it is not shared anymore, to be fair..
|
|
||||||
* Then a regular local data set is sufficient.
|
|
||||||
*/
|
|
||||||
class SharedLocalDataSet: public SystemObject,
|
class SharedLocalDataSet: public SystemObject,
|
||||||
public LocalPoolDataSetBase,
|
public LocalPoolDataSetBase,
|
||||||
public SharedDataSetIF {
|
public SharedDataSetIF {
|
||||||
@ -28,5 +21,4 @@ private:
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#endif /* FSFW_DATAPOOLLOCAL_SHAREDLOCALDATASET_H_ */
|
#endif /* FSFW_DATAPOOLLOCAL_SHAREDLOCALDATASET_H_ */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user