This commit is contained in:
Volker Fischer 2006-03-08 18:54:09 +00:00
parent 58e5dae5a7
commit c756b1b1ab

View File

@ -97,6 +97,7 @@ void CProtocol::EnqueueMessage ( CVector<uint8_t>& vecMessage,
// check if list is empty so that we have to initiate a send process
bListWasEmpty = SendMessQueue.empty();
}
Mutex.unlock();
// create send message object for the queue
CSendMessage SendMessageObj ( vecMessage, iCnt, iID );