removed comment

This commit is contained in:
Robin Müller 2020-09-06 15:21:02 +02:00
parent 673af26472
commit 26cbcdbff0

View File

@ -6,13 +6,6 @@
#include "../objectmanager/SystemObject.h"
#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,
public LocalPoolDataSetBase,
public SharedDataSetIF {
@ -28,5 +21,4 @@ private:
};
#endif /* FSFW_DATAPOOLLOCAL_SHAREDLOCALDATASET_H_ */