CloseOnError added

This commit is contained in:
ozzay 2014-02-25 14:34:01 +01:00 committed by Thulinma
parent 1be85fdb70
commit a715943447
2 changed files with 3 additions and 3 deletions

View file

@ -425,7 +425,7 @@ namespace DTSC {
bool isNewest(DTSC::livePos & pos, std::set<int> & allowedTracks);
DTSC::livePos getNext(DTSC::livePos & pos, std::set<int> & allowedTracks);
void endStream();
void waitForMeta(Socket::Connection & sourceSocket);
void waitForMeta(Socket::Connection & sourceSocket, bool closeOnError = true);
void waitForPause(Socket::Connection & sourceSocket);
protected:
void cutOneBuffer();