changeset 15 | 73c48011b8c7 |
parent 10 | 232fbd5a2dcb |
13:491a1d15372f | 15:73c48011b8c7 |
---|---|
41 void handleClientDisconnect(); |
41 void handleClientDisconnect(); |
42 void handleAnswerDelivered(); |
42 void handleAnswerDelivered(); |
43 void completeAsyncRequest(bool ok); |
43 void completeAsyncRequest(bool ok); |
44 |
44 |
45 private: |
45 private: |
46 void RemoveAsyncReqId(); |
|
47 |
|
46 QMap<quint32,int> mAsyncReqIds; |
48 QMap<quint32,int> mAsyncReqIds; |
47 bool mRetValue; |
|
48 }; |
49 }; |
49 |
50 |
50 |
51 |
51 #endif |
52 #endif |