Home
last modified time | relevance | path

Searched refs:CreateClientIDMes (Results 1 – 5 of 5) sorted by relevance

/dports/audio/jamulus/jamulus-r3_8_1/src/
H A Dchannel.h151 void CreateClientIDMes ( const int iChanID ) { Protocol.CreateClientIDMes ( iChanID ); } in CreateClientIDMes() function
H A Dtestbench.h292 Protocol.CreateClientIDMes ( GenRandomIntInRange ( -2, 20 ) ); in OnTimer()
H A Dprotocol.h114 void CreateClientIDMes ( const int iChanID );
H A Dserver.cpp571 vecChannels[iChID].CreateClientIDMes ( iChID ); in OnNewConnection()
H A Dprotocol.cpp976 void CProtocol::CreateClientIDMes ( const int iChanID ) in CreateClientIDMes() function in CProtocol