fix for optional "CHighPrioSocket" -> still does not compile...

This commit is contained in:
Volker Fischer 2014-01-10 20:00:45 +00:00
parent 33afb04f3f
commit 80883715e3

View File

@ -139,6 +139,11 @@ public:
pSocket->SendPacket ( vecbySendBuf, HostAddr );
}
bool GetAndResetbJitterBufferOKFlag()
{
pSocket->GetAndResetbJitterBufferOKFlag();
}
protected:
QThread NetworkWorkerThread;
CSocket* pSocket;