changed API for DVB (likely not the last time ;)
[senf.git] / Socket / DVBDemuxProtocol.hh
similarity index 88%
rename from Socket/DVBProtocol.hh
rename to Socket/DVBDemuxProtocol.hh
index 747d5d4..8281cc8 100644 (file)
@@ -1,4 +1,4 @@
-// $Id$
+// $Id: DVBProtocol.hh 321 2007-07-19 09:00:23Z tho $
 //
 // Copyright (C) 2007
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
@@ -24,8 +24,8 @@
     \brief DVBProtocol public header
  */
 
-#ifndef HH_DVBProtocol_
-#define HH_DVBProtocol_ 1
+#ifndef HH_DVBDemuxProtocol_
+#define HH_DVBDemuxProtocol_ 1
 
 #include <linux/dvb/dmx.h> 
 
@@ -43,7 +43,7 @@ namespace senf {
 
     /** xxx
      */
-    class DVBProtocol
+    class DVBDemuxProtocol
         : public virtual SocketProtocol
     {
     public:
@@ -66,9 +66,9 @@ namespace senf {
 }
 
 ///////////////////////////////hh.e////////////////////////////////////////
-//#include "DVBProtocol.cci"
-//#include "DVBProtocol.ct"
-//#include "DVBProtocol.cti"
+//#include "DVBDemuxProtocol.cci"
+//#include "DVBDemuxProtocol.ct"
+//#include "DVBDemuxProtocol.cti"
 #endif
 
 \f