X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FPacket.cci;h=13339b8ba83b3c1585d241cbecf59841f82b7058;hb=145f6a7d0f3a6aaa77b3625351c952d24cb0b8a1;hp=d9dcfc0fbd63ac82bbdf43c80539993393d604b9;hpb=85ab07d100a382467a42e19d741d403a7a96c951;p=senf.git diff --git a/Packets/Packet.cci b/Packets/Packet.cci index d9dcfc0..13339b8 100644 --- a/Packets/Packet.cci +++ b/Packets/Packet.cci @@ -154,9 +154,8 @@ prefix_ senf::Packet::ptr senf::Packet::head() prefix_ senf::Packet::~Packet() { - /** \fixme This is bad ... we cannot check this since this - assertion fails at the moment if the Packet constructor throws - ... hrmpf ... we really need to initialize refcount_ to 0 and + /** \todo This is sad ... we cannot check this since this assertion fails at the moment if the + Packet constructor throws ... hrmpf ... we really should initialize refcount_ to 0 and remove the 'false' argument to the ptr constructor in create */ // BOOST_ASSERT( !this->refcount_ && !this->impl_ ); SATCOM_PKF_REFC_MSG("] Packet::~Packet (" << this << ")\n"); @@ -195,4 +194,6 @@ prefix_ bool senf::Packet::unlink() // c-file-style: "senf" // indent-tabs-mode: nil // ispell-local-dictionary: "american" +// compile-command: "scons -u test" +// comment-column: 40 // End: