| 107 | } |
| 108 | |
| 109 | bool DataUpdated() { |
| 110 | bool updated = dataUpdated; |
| 111 | if(dataUpdated) |
| 112 | dataUpdated = false; |
| 113 | return updated; |
| 114 | } |
| 115 | |
| 116 | class MouseDevice : public Device{ |
| 117 | public: |
nothing calls this directly
no outgoing calls
no test coverage detected