socket stuff

git-svn-id: svn://elaine/murooma/trunk@274 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
(no author) 2014-09-20 16:24:28 +00:00
parent 3116ec0257
commit 3dbbf8e3e5
2 changed files with 3 additions and 11 deletions

View file

@ -22,7 +22,6 @@ private:
void worker();
std::atomic<bool> active_;
std::thread* controllerThread;
StreamClient* streamClient;
ClientConnection* controlConnection;
Stream* stream;
int bufferMs;