From 49c6cd947300bef7db1622a547af7ce5fdf7980b Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sun, 3 Jan 2021 23:27:49 +0100 Subject: [PATCH] added local pool owner base --- unittest/tests/datapoollocal/LocalPoolOwnerBase.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 unittest/tests/datapoollocal/LocalPoolOwnerBase.h diff --git a/unittest/tests/datapoollocal/LocalPoolOwnerBase.h b/unittest/tests/datapoollocal/LocalPoolOwnerBase.h new file mode 100644 index 00000000..5e62234b --- /dev/null +++ b/unittest/tests/datapoollocal/LocalPoolOwnerBase.h @@ -0,0 +1,8 @@ +#ifndef FSFW_UNITTEST_TESTS_DATAPOOLLOCAL_LOCALPOOLOWNERBASE_H_ +#define FSFW_UNITTEST_TESTS_DATAPOOLLOCAL_LOCALPOOLOWNERBASE_H_ + + + + + +#endif /* FSFW_UNITTEST_TESTS_DATAPOOLLOCAL_LOCALPOOLOWNERBASE_H_ */