datasetbase stays same f or now
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#include <framework/datapool/StaticDataSetBase.h>
|
||||
#include <framework/datapool/DataSetBase.h>
|
||||
#include <framework/serviceinterface/ServiceInterfaceStream.h>
|
||||
|
||||
DataSetBase::DataSetBase() {
|
@ -1,5 +1,5 @@
|
||||
#ifndef FRAMEWORK_DATAPOOL_STATICDATASETBASE_H_
|
||||
#define FRAMEWORK_DATAPOOL_STATICDATASETBASE_H_
|
||||
#ifndef FRAMEWORK_DATAPOOL_DATASETBASE_H_
|
||||
#define FRAMEWORK_DATAPOOL_DATASETBASE_H_
|
||||
#include <framework/datapool/DataSetIF.h>
|
||||
#include <framework/datapool/PoolVariableIF.h>
|
||||
#include <framework/ipc/MutexIF.h>
|
||||
@ -146,4 +146,4 @@ private:
|
||||
ReturnValue_t handleUnreadDatasetCommit(uint32_t lockTimeout);
|
||||
};
|
||||
|
||||
#endif /* FRAMEWORK_DATAPOOL_STATICDATASETBASE_H_ */
|
||||
#endif /* FRAMEWORK_DATAPOOL_DATASETBASE_H_ */
|
Reference in New Issue
Block a user