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