| 1084 | } |
| 1085 | |
| 1086 | void TUdpHost::IBStep() { |
| 1087 | if (IB.Get()) { |
| 1088 | NHPTimer::STime tChk = CurrentT; |
| 1089 | float chkDeltaT = (float)NHPTimer::GetTimePassed(&tChk); |
| 1090 | if (IB->Step(tChk)) { |
| 1091 | IBIdleTime = -chkDeltaT; |
| 1092 | } |
| 1093 | } |
| 1094 | } |
| 1095 | |
| 1096 | void TUdpHost::Step() { |
| 1097 | if (IB.Get()) { |
no test coverage detected