///////////////////////////////////////////////////////
| 61 | |
| 62 | //////////////////////////////////////////////////////////// |
| 63 | void Packet::clear() |
| 64 | { |
| 65 | m_data.clear(); |
| 66 | m_readPos = 0; |
| 67 | m_isValid = true; |
| 68 | } |
| 69 | |
| 70 | |
| 71 | //////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected