std::arrays where appropriate, clear q in adapter class, other touch ups

This commit is contained in:
Ameer 2020-06-21 21:15:58 -04:00
parent 5ebed7b1bb
commit 4a54dc6bbf
5 changed files with 15 additions and 27 deletions

View file

@ -30,7 +30,7 @@ public:
void BeginConfiguration();
void EndConfiguration();
bool IsPolling() {
bool IsPolling() const {
return polling;
}
@ -50,7 +50,7 @@ public:
void BeginConfiguration();
void EndConfiguration();
bool IsPolling() {
bool IsPolling() const {
return polling;
}