some client code

This commit is contained in:
Max-Wilhelm Bruker
2009-11-12 17:04:06 +01:00
parent 240ff06032
commit c46ef255a1
8 changed files with 115 additions and 69 deletions

View File

@@ -84,6 +84,11 @@ void Command::extractParameters()
cmdId = -1;
}
void Command::processResponse(ProtocolResponse *response)
{
emit finished(response->getResponseCode());
}
QHash<QString, ResponseCode> ProtocolResponse::responseHash;
ProtocolResponse::ProtocolResponse(int _cmdId, ResponseCode _responseCode)