| 2483 | } |
| 2484 | |
| 2485 | bool call::rejectCall() |
| 2486 | { |
| 2487 | computeStat(CStat::E_CALL_FAILED); |
| 2488 | computeStat(CStat::E_FAILED_CALL_REJECTED); |
| 2489 | delete this; |
| 2490 | return false; |
| 2491 | } |
| 2492 | |
| 2493 | |
| 2494 | int call::sendCmdMessage(message *curmsg) |
nothing calls this directly
no outgoing calls
no test coverage detected