X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FPacket.cti;h=9963d1647809c3607f528349bdae8ea5721cc64f;hb=9e333f86141055c5248a46028a571c932648696a;hp=79c32fa711f7a560eb7e3fdf6ab0f951d9faf7e3;hpb=ac6a813d9d99f7add4e13aff7a4bcd314d5604a6;p=senf.git diff --git a/Packets/Packet.cti b/Packets/Packet.cti index 79c32fa..9963d16 100644 --- a/Packets/Packet.cti +++ b/Packets/Packet.cti @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2006 +// Copyright (C) 2006 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) // Kompetenzzentrum fuer Satelitenkommunikation (SatCom) // Stefan Bund @@ -50,9 +50,6 @@ prefix_ senf::Packet::Packet(Operation const & arg) parsed_(false), refcount_(1) { SATCOM_PKF_REFC_MSG("] Packet::Packet (" << this << "): refcount_ = 1\n"); - // FIXME: This is not exception safe, if an exception is thrown in - // the derived class constuctor, the effects of this call must be - // undone which is not possible in a simple way. arg(this); } @@ -69,5 +66,8 @@ prefix_ senf::impl::PacketImpl::PacketImpl(InputIterator begin, InputIterator en // Local Variables: // mode: c++ +// fill-column: 100 // c-file-style: "senf" +// indent-tabs-mode: nil +// ispell-local-dictionary: "american" // End: