File tree 2 files changed +1
-12
lines changed
2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -432,6 +432,7 @@ static_library("app") {
432
432
" CommandResponseSender.cpp" ,
433
433
" EventLogging.h" ,
434
434
" EventManagement.cpp" ,
435
+ " EventManagement.h" ,
435
436
" FailSafeContext.cpp" ,
436
437
" FailSafeContext.h" ,
437
438
" GenericEventManagementTestEventTriggerHandler.cpp" ,
Original file line number Diff line number Diff line change @@ -191,18 +191,6 @@ struct LogStorageResources
191
191
PriorityLevel::Invalid; // Log priority level associated with the resources provided in this structure.
192
192
};
193
193
194
- /* *
195
- * @brief
196
- * A EventScheduler to schedule deliveries of events.
197
- */
198
-
199
- class EventScheduler
200
- {
201
- public:
202
- virtual ~EventScheduler () = default ;
203
- CHIP_ERROR virtual ScheduleEventDelivery (ConcreteEventPath & aPath, uint32_t aBytesWritten) = 0;
204
- };
205
-
206
194
/* *
207
195
* @brief
208
196
* A class for managing the in memory event logs. See documentation at the
You can’t perform that action at this time.
0 commit comments