fsfw/src/fsfw/cfdp/handler/StatusReportIF.h

13 lines
239 B
C
Raw Normal View History

2022-08-09 21:03:56 +02:00
#ifndef FSFW_CFDP_HANDLER_STATUSREPORTIF_H
#define FSFW_CFDP_HANDLER_STATUSREPORTIF_H
namespace cfdp {
class StatusReportIF {
virtual ~StatusReportIF() = default;
};
} // namespace cfdp
#endif // FSFW_CFDP_HANDLER_STATUSREPORTIF_H