X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FPacket.cci;h=7d20006268be612560f25ab98961f704442d8145;hb=81ffa1c459b96dd44472bcef37e1e373934ee138;hp=a65c653ee0f5d35c04ad9c85bf60420175c036c5;hpb=47368f306a577d1e46df69a7f729bd3893cbe5e7;p=senf.git diff --git a/Packets/Packet.cci b/Packets/Packet.cci index a65c653..7d20006 100644 --- a/Packets/Packet.cci +++ b/Packets/Packet.cci @@ -106,6 +106,7 @@ prefix_ bool senf::Packet::operator==(Packet other) prefix_ void senf::Packet::finalize() const { + last(); // Make sure the packet is complete ptr()->finalize(); } @@ -158,4 +159,5 @@ prefix_ senf::PacketInterpreterBase::ptr senf::Packet::ptr() // indent-tabs-mode: nil // ispell-local-dictionary: "american" // compile-command: "scons -u test" +// comment-column: 40 // End: