From: g0dil Date: Tue, 10 Oct 2006 12:32:12 +0000 (+0000) Subject: Finalize berlios migration X-Git-Url: http://g0dil.de/git?a=commitdiff_plain;h=293b3dd09b628efbf270631ce68bb17b318390f1;p=senf.git Finalize berlios migration git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@134 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/Socket/BSDSocketProtocol.cc b/Socket/BSDSocketProtocol.cc index 1176861..f7df702 100644 --- a/Socket/BSDSocketProtocol.cc +++ b/Socket/BSDSocketProtocol.cc @@ -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) diff --git a/Socket/PacketSocketHandle.test.cc b/Socket/PacketSocketHandle.test.cc index fb10346..77ce526 100644 --- a/Socket/PacketSocketHandle.test.cc +++ b/Socket/PacketSocketHandle.test.cc @@ -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) ); diff --git a/Socket/SocketProtocol.hh b/Socket/SocketProtocol.hh index 4dbd95b..e55cbf8 100644 --- a/Socket/SocketProtocol.hh +++ b/Socket/SocketProtocol.hh @@ -25,7 +25,7 @@ // Custom includes #include -// 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"