| 199 | //printf("IBPeer destroyed\n"); |
| 200 | } |
| 201 | EState GetState() override { |
| 202 | return State; |
| 203 | } |
| 204 | TDeque<TQueuedSend>::iterator GetSend(const TGUID& packetGuid) { |
| 205 | for (TDeque<TQueuedSend>::iterator z = SendQueue.begin(); z != SendQueue.end(); ++z) { |
| 206 | if (z->PacketGuid == packetGuid) { |
no outgoing calls
no test coverage detected