X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FDVBDemuxProtocol.hh;h=9e2f4d0f45625307b4195ae31964e2afaf252060;hb=65066c0e037d1de437d6121903e1dd511b41e940;hp=8281cc8f15e36c45aa9f0191e7427f7a3f34a584;hpb=3b44557da0af28f1e0e3b8c0e0fb03de6b0d18c7;p=senf.git diff --git a/Socket/DVBDemuxProtocol.hh b/Socket/DVBDemuxProtocol.hh index 8281cc8..9e2f4d0 100644 --- a/Socket/DVBDemuxProtocol.hh +++ b/Socket/DVBDemuxProtocol.hh @@ -1,4 +1,4 @@ -// $Id: DVBProtocol.hh 321 2007-07-19 09:00:23Z tho $ +// $Id$ // // Copyright (C) 2007 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) @@ -31,7 +31,6 @@ // Custom includes #include "SocketProtocol.hh" -#include "INetAddressing.hh" //#include "DVBProtocol.mpp" ///////////////////////////////hh.p//////////////////////////////////////// @@ -54,15 +53,11 @@ namespace senf { ///\name Abstract Interface Implementation ///@{ - - //unsigned available() const; + bool eof() const; ///@} - - }; - } ///////////////////////////////hh.e////////////////////////////////////////