Compare commits

...

1 Commits

Author SHA1 Message Date
2aa4af6974 make function public 2022-12-14 13:50:57 +01:00

View File

@ -7,8 +7,8 @@ class TmStoreFrontendSimpleIF {
public:
virtual ~TmStoreFrontendSimpleIF() = default;
private:
virtual MessageQueueId_t getCommandQueue() const = 0;
private:
};
#endif /* FSFW_SRC_FSFW_TMSTORAGE_TMSTOREBACKENDSIMPLEIF_H_ */