| 34 | } |
| 35 | |
| 36 | void SetVersion(int32_t nVersionIn) { |
| 37 | hdrbuf.SetVersion(nVersionIn); |
| 38 | vRecv.SetVersion(nVersionIn); |
| 39 | } |
| 40 | |
| 41 | int32_t readHeader(const char* pch, uint32_t nBytes); |
| 42 | int32_t readData(const char* pch, uint32_t nBytes); |
no outgoing calls
no test coverage detected