fix for optional "CHighPrioSocket" -> still does not compile...
This commit is contained in:
parent
33afb04f3f
commit
80883715e3
1 changed files with 5 additions and 0 deletions
|
@ -139,6 +139,11 @@ public:
|
||||||
pSocket->SendPacket ( vecbySendBuf, HostAddr );
|
pSocket->SendPacket ( vecbySendBuf, HostAddr );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool GetAndResetbJitterBufferOKFlag()
|
||||||
|
{
|
||||||
|
pSocket->GetAndResetbJitterBufferOKFlag();
|
||||||
|
}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
QThread NetworkWorkerThread;
|
QThread NetworkWorkerThread;
|
||||||
CSocket* pSocket;
|
CSocket* pSocket;
|
||||||
|
|
Loading…
Reference in a new issue