Searched refs:strCommand (Results 1 – 2 of 2) sorted by relevance
41 CRequestMessage::CRequestMessage(const string &strCommand) in CRequestMessage() argument42 : base(MsgType::ECommandRequest), _strCommand(strCommand) in CRequestMessage()51 void CRequestMessage::setCommand(const string &strCommand) in setCommand() argument53 _strCommand = trim(strCommand); in setCommand()127 string strCommand; in collectReceivedData() local129 readString(strCommand); in collectReceivedData()131 setCommand(strCommand); in collectReceivedData()
42 CRequestMessage(const std::string &strCommand);46 void setCommand(const std::string &strCommand);