* Constructs the timer service instance. */
| 118 | * Constructs the timer service instance. |
| 119 | */ |
| 120 | TimerService() : |
| 121 | IService(), |
| 122 | m_deviceId(), |
| 123 | m_settings(), |
| 124 | m_hasSettingsChanged(true), |
| 125 | m_mutex(), |
| 126 | m_processTimer(), |
| 127 | m_isRunning(false) |
| 128 | { |
| 129 | } |
| 130 | |
| 131 | /** |
| 132 | * Destroys the timer service instance. |
nothing calls this directly
no outgoing calls
no test coverage detected