make function public
This commit is contained in:
parent
75fc7a056d
commit
2aa4af6974
@ -7,8 +7,8 @@ class TmStoreFrontendSimpleIF {
|
|||||||
public:
|
public:
|
||||||
virtual ~TmStoreFrontendSimpleIF() = default;
|
virtual ~TmStoreFrontendSimpleIF() = default;
|
||||||
|
|
||||||
private:
|
|
||||||
virtual MessageQueueId_t getCommandQueue() const = 0;
|
virtual MessageQueueId_t getCommandQueue() const = 0;
|
||||||
|
private:
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* FSFW_SRC_FSFW_TMSTORAGE_TMSTOREBACKENDSIMPLEIF_H_ */
|
#endif /* FSFW_SRC_FSFW_TMSTORAGE_TMSTOREBACKENDSIMPLEIF_H_ */
|
||||||
|
Loading…
Reference in New Issue
Block a user