Will be called when system initialization was completed
| 209 | |
| 210 | // Will be called when system initialization was completed |
| 211 | void startServers() |
| 212 | { |
| 213 | startFTP(); |
| 214 | startWebServer(); |
| 215 | } |
| 216 | |
| 217 | void scanNetworks(); |
| 218 |
nothing calls this directly
no test coverage detected