| 192 | //printf("IBPeer destroyed\n"); |
| 193 | } |
| 194 | EState GetState() override { |
| 195 | return State; |
| 196 | } |
| 197 | TDeque<TQueuedSend>::iterator GetSend(const TGUID& packetGuid) { |
| 198 | for (TDeque<TQueuedSend>::iterator z = SendQueue.begin(); z != SendQueue.end(); ++z) { |
| 199 | if (z->PacketGuid == packetGuid) { |
no outgoing calls
no test coverage detected