| 663 | } |
| 664 | |
| 665 | rem_port* rem_port::receive(PACKET* pckt) |
| 666 | { |
| 667 | return (*this->port_receive_packet)(this, pckt); |
| 668 | } |
| 669 | |
| 670 | bool rem_port::select_multi(UCHAR* buffer, SSHORT bufsize, SSHORT* length, RemPortPtr& port) |
| 671 | { |
no outgoing calls
no test coverage detected