Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Socket / Protocols / DVB / DVBDemuxSocketProtocol.cc
index 1394a19..7459138 100644 (file)
 #include <string>
 #include <sys/ioctl.h>
 #include <linux/sockios.h>
-#include "../../../Socket/SocketHandle.hh"
+#include <senf/Socket/SocketHandle.hh>
 
 //#include "DVBDemuxSocketProtocol.mpp"
 #define prefix_
-///////////////////////////////cc.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 prefix_ void senf::DVBDemuxSocketProtocol::setBufferSize(unsigned long size)
     const
@@ -67,7 +67,7 @@ prefix_ bool senf::DVBDemuxSocketProtocol::eof()
     return false;
 }
 
-///////////////////////////////cc.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 //#include "DVBDemuxSocketProtocol.mpp"