added first (prototype) handle for the DVB frontend device
[senf.git] / Socket / DVBDemuxProtocol.hh
index ab9e571..9e2f4d0 100644 (file)
@@ -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////////////////////////////////////////