bug fix
This commit is contained in:
parent
fc816a7f09
commit
7cf9aafcc7
1 changed files with 4 additions and 4 deletions
|
@ -147,12 +147,12 @@ void CProtocol::CreateAndSendAcknMess ( const int& iID, const int& iCnt )
|
||||||
*/
|
*/
|
||||||
void CProtocol::DeleteSendMessQueue()
|
void CProtocol::DeleteSendMessQueue()
|
||||||
{
|
{
|
||||||
Mutex.lock();
|
// Mutex.lock();
|
||||||
{
|
// {
|
||||||
// delete complete "send message queue"
|
// delete complete "send message queue"
|
||||||
SendMessQueue.clear();
|
SendMessQueue.clear();
|
||||||
}
|
// }
|
||||||
Mutex.unlock();
|
// Mutex.unlock();
|
||||||
}
|
}
|
||||||
|
|
||||||
void CProtocol::OnTimerSendMess()
|
void CProtocol::OnTimerSendMess()
|
||||||
|
|
Loading…
Reference in a new issue