| 94 | } |
| 95 | |
| 96 | std::string CMessageHeader::GetCommand() const |
| 97 | { |
| 98 | return std::string(pchCommand, pchCommand + strnlen(pchCommand, COMMAND_SIZE)); |
| 99 | } |
| 100 | |
| 101 | bool CMessageHeader::IsValid(const MessageStartChars& pchMessageStartIn) const |
| 102 | { |
no test coverage detected