Brian Silverman | 26e4e52 | 2015-12-17 01:56:40 -0500 | [diff] [blame^] | 1 | |
2 | #include "HLUsageReporting.h" | ||||
3 | |||||
4 | class HardwareHLReporting : public HLUsageReportingInterface { | ||||
5 | public: | ||||
6 | virtual void ReportScheduler(); | ||||
7 | virtual void ReportSmartDashboard(); | ||||
8 | }; |