Finalize berlios migration
g0dil [Tue, 10 Oct 2006 12:32:12 +0000 (12:32 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@134 270642c3-0616-0410-b53a-bc976706d245

Socket/BSDSocketProtocol.cc
Socket/PacketSocketHandle.test.cc
Socket/SocketProtocol.hh

index 1176861..f7df702 100644 (file)
@@ -59,7 +59,7 @@ prefix_ void satcom::lib::BSDSocketProtocol::linger(bool enable, unsigned timeou
 prefix_ struct timeval satcom::lib::BSDSocketProtocol::timestamp()
     const
 {
-    // TODO: Check, why this fails with ENOFILE (!!!!) at least when
+    // BUG: Check, why this fails with ENOFILE (!!!!) at least when
     // called from a tcp socket. Further investigation necessary ...
     struct timeval tv;
     if (::ioctl(body().fd(), SIOCGSTAMP, &tv) < 0)
index fb10346..77ce526 100644 (file)
@@ -55,7 +55,7 @@ BOOST_AUTO_UNIT_TEST(packetSocketHandle)
 
         // How am I supposed to test read and write .. grmpf ..
         
-        // TODO: There are some failures here ... need to investigate
+        // BUG: There are some failures here ... need to investigate
         /*
         BOOST_CHECK_NO_THROW( sock.protocol().promisc(
                                   "lo",satcom::lib::PacketProtocol::Promiscuous) );
index 4dbd95b..e55cbf8 100644 (file)
@@ -25,7 +25,7 @@
 
 // Custom includes
 #include <boost/utility.hpp>
-// TODO: this is really bad. This includes and predefs should be restructured
+// FIXME: this is really bad. The includes and predefs should be restructured
 #include "SocketHandle.ih"
 
 //#include "SocketProtocol.mpp"