Logger: use ClockService::now() as timeBase if empty timeFormat is given for a target
[senf.git] / senf / Socket / Protocols / INet / INetSocketProtocol.cc
index c83d53f..deb3f59 100644 (file)
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <net/if.h>
-#include "../../../Utils/Exception.hh"
+#include <senf/Utils/Exception.hh>
 
 //#include "INetSocketProtocol.mpp"
 #define prefix_
-///////////////////////////////cc.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
-///////////////////////////////////////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 // senf::INetSocketProtocol
 
 prefix_ void senf::INetSocketProtocol::bindInterface(std::string const & iface)
@@ -57,13 +57,13 @@ prefix_ std::string senf::INetSocketProtocol::bindInterface()
     return iface;
 }
 
-///////////////////////////////////////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 // senf::IPv4SocketProtocol
 
-///////////////////////////////////////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 // senf::IPv6SocketProtocol
 
-///////////////////////////////cc.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 //#include "INetSocketProtocol.mpp"