Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Socket / Protocols / INet / RawINetSocketHandle.cc
index eb39628..784f6c2 100644 (file)
 #include <sys/socket.h>
 #include <sys/ioctl.h>
 
-#include "../../../Utils/Exception.hh"
+#include <senf/Utils/Exception.hh>
 
 //#include "UDPSocketHandle.mpp"
 #define prefix_
-///////////////////////////////cc.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
-///////////////////////////////////////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 // senf::RawV4SocketProtocol
 
 prefix_ void senf::RawV4SocketProtocol::init_client()
@@ -60,7 +60,7 @@ senf::RawV4SocketProtocol::init_client(int const & protocol, INet4SocketAddress
     clientHandle().bind(address);
 }
 
-///////////////////////////////////////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 // senf::RawV6SocketProtocol::
 
 prefix_ void senf::RawV6SocketProtocol::init_client()
@@ -86,7 +86,7 @@ senf::RawV6SocketProtocol::init_client(int const & protocol, INet6SocketAddress
     clientHandle().bind(address);
 }
 
-///////////////////////////////cc.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 //#include "RawINetSocketHandle.mpp"