X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FPacket.cti;h=9963d1647809c3607f528349bdae8ea5721cc64f;hb=9e333f86141055c5248a46028a571c932648696a;hp=163b931789d5bbef747a88e93dca0a137a3013ae;hpb=032707d24b1059febe83ce56b11fd79df106c6e2;p=senf.git diff --git a/Packets/Packet.cti b/Packets/Packet.cti index 163b931..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: