@ -47,7 +47,7 @@ class AssertTopActiveLayerIs {
public:
virtual ~Action() = default;
Action(int layer_id) : layer_id_(layer_id) {}
@ -38,11 +38,11 @@ namespace interface {
///
class ReportAction_ : public Action_ {
typedef Report_ ReportType;
typedef ReportAction_ ActionBaseType;
virtual ~ReportAction_() = default;
virtual uint8_t getReportTypeId() const {
return AnyTypeReportTypeId;