X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FPacket.cti;h=2f655a7f0601a1f63e66bafeb01b219b1d4cbd35;hb=31d85cd6b8e03c5ecc924ca8892906be1bab702f;hp=163b931789d5bbef747a88e93dca0a137a3013ae;hpb=032707d24b1059febe83ce56b11fd79df106c6e2;p=senf.git diff --git a/Packets/Packet.cti b/Packets/Packet.cti index 163b931..2f655a7 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,9 @@ 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" +// compile-command: "scons -u test" // End: