|
|
@ -38,11 +38,11 @@ namespace interface {
|
|
|
|
///
|
|
|
|
///
|
|
|
|
class ReportAction_ : public Action_ {
|
|
|
|
class ReportAction_ : public Action_ {
|
|
|
|
public:
|
|
|
|
public:
|
|
|
|
|
|
|
|
|
|
|
|
typedef Report_ ReportType;
|
|
|
|
typedef Report_ ReportType;
|
|
|
|
typedef ReportAction_ ActionBaseType;
|
|
|
|
typedef ReportAction_ ActionBaseType;
|
|
|
|
|
|
|
|
|
|
|
|
virtual ~ReportAction_() = default;
|
|
|
|
virtual ~ReportAction_() = default;
|
|
|
|
|
|
|
|
|
|
|
|
virtual uint8_t getReportTypeId() const {
|
|
|
|
virtual uint8_t getReportTypeId() const {
|
|
|
|
return AnyTypeReportTypeId;
|
|
|
|
return AnyTypeReportTypeId;
|
|
|
|