code style
This commit is contained in:
parent
7b633f88a1
commit
0adead367d
1 changed files with 16 additions and 15 deletions
|
@ -278,7 +278,8 @@ void CProtocol::CreateAndSendMessage ( const int iID,
|
|||
EnqueueMessage ( vecNewMessage, iCurCounter, iID );
|
||||
}
|
||||
|
||||
void CProtocol::CreateAndImmSendAcknMess ( const int& iID, const int& iCnt )
|
||||
void CProtocol::CreateAndImmSendAcknMess ( const int& iID,
|
||||
const int& iCnt )
|
||||
{
|
||||
CVector<uint8_t> vecAcknMessage;
|
||||
CVector<uint8_t> vecData ( 2 ); // 2 bytes of data
|
||||
|
|
Loading…
Reference in a new issue