This commit is contained in:
Volker Fischer 2006-03-06 18:34:26 +00:00
parent ce72d87673
commit 97f38f9ca6

View file

@ -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,