| 38 | } |
| 39 | |
| 40 | bool AFCMasterNetModule::PostInit() |
| 41 | { |
| 42 | int ret = StartServer(); |
| 43 | if (ret != 0) |
| 44 | { |
| 45 | exit(0); |
| 46 | } |
| 47 | |
| 48 | return true; |
| 49 | } |
| 50 | |
| 51 | int AFCMasterNetModule::StartServer() |
| 52 | { |
nothing calls this directly
no outgoing calls
no test coverage detected