| 151 | }; |
| 152 | |
| 153 | void SetRespBuff(TSkBuffer* buff) { |
| 154 | if (_rsp_buff != NULL) { |
| 155 | delete_sk_buffer(_rsp_buff); |
| 156 | _rsp_buff = NULL; |
| 157 | } |
| 158 | |
| 159 | _rsp_buff = buff; |
| 160 | }; |
| 161 | |
| 162 | void SetProtoType(MT_PROTO_TYPE type) { |
| 163 | _proto_type = type; |
no test coverage detected