| 706 | } |
| 707 | |
| 708 | void |
| 709 | Singleton::killBackgroundTaskController(void) |
| 710 | { |
| 711 | if (this->backgroundTaskController != nullptr) { |
| 712 | delete this->backgroundTaskController; |
| 713 | this->backgroundTaskController = nullptr; |
| 714 | } |
| 715 | } |
| 716 | |
| 717 | void |
| 718 | Singleton::sync(void) |
no outgoing calls
no test coverage detected