test
This commit is contained in:
parent
ce72d87673
commit
97f38f9ca6
1 changed files with 4 additions and 4 deletions
|
@ -157,11 +157,11 @@ void CProtocol::DeleteSendMessQueue()
|
||||||
|
|
||||||
void CProtocol::OnTimerSendMess()
|
void CProtocol::OnTimerSendMess()
|
||||||
{
|
{
|
||||||
Mutex.lock();
|
// Mutex.lock();
|
||||||
{
|
// {
|
||||||
SendMessage();
|
SendMessage();
|
||||||
}
|
// }
|
||||||
Mutex.unlock();
|
// Mutex.unlock();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool CProtocol::ParseMessage ( const CVector<unsigned char>& vecbyData,
|
bool CProtocol::ParseMessage ( const CVector<unsigned char>& vecbyData,
|
||||||
|
|
Loading…
Reference in a new issue