| 1965 | |
| 1966 | |
| 1967 | void cProtocol172::HandlePacketWindowClose(cByteBuffer & a_ByteBuffer) |
| 1968 | { |
| 1969 | HANDLE_READ(a_ByteBuffer, ReadChar, char, WindowID); |
| 1970 | m_Client->HandleWindowClose(WindowID); |
| 1971 | } |
| 1972 | |
| 1973 | |
| 1974 |
nothing calls this directly
no test coverage detected