| 1498 | } |
| 1499 | |
| 1500 | void CDestLinks::StartTimer() |
| 1501 | { |
| 1502 | CTimerMng* timer = MtFrame::Instance()->GetTimerMng(); |
| 1503 | if ((NULL == timer) || !timer->start_timer(this, 60*1000)) |
| 1504 | { |
| 1505 | MTLOG_ERROR("obj %p attach timer failed, error", this); |
| 1506 | } |
| 1507 | } |
| 1508 | |
| 1509 | void CDestLinks::FreeSockLink(CSockLink* sock) |
| 1510 | { |
no test coverage detected