| 146 | } |
| 147 | |
| 148 | ~service_controller() { |
| 149 | if (service_handle) { |
| 150 | CloseServiceHandle(service_handle); |
| 151 | } |
| 152 | |
| 153 | if (scm_handle) { |
| 154 | CloseServiceHandle(scm_handle); |
| 155 | } |
| 156 | } |
| 157 | |
| 158 | /** |
| 159 | * @brief Asynchronously starts the Sunshine service. |
nothing calls this directly
no outgoing calls
no test coverage detected