Searched refs:strCommand (Results 1 – 2 of 2) sorted by relevance
42 CRequestMessage::CRequestMessage(const string& strCommand) : base(ECommandRequest), _strCommand(str… in CRequestMessage() argument51 void CRequestMessage::setCommand(const string& strCommand) in setCommand() argument53 _strCommand = trim(strCommand); in setCommand()125 string strCommand; in collectReceivedData() local127 readString(strCommand); in collectReceivedData()129 setCommand(strCommand); in collectReceivedData()
40 CRequestMessage(const std::string& strCommand);44 void setCommand(const std::string& strCommand);