X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FPacket.cti;h=719663d17194fa719a10d511edd9e07b0f4f6172;hb=9a988902090d28007578e93bffd809f6bd913155;hp=163b931789d5bbef747a88e93dca0a137a3013ae;hpb=032707d24b1059febe83ce56b11fd79df106c6e2;p=senf.git diff --git a/Packets/Packet.cti b/Packets/Packet.cti index 163b931..719663d 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 @@ -51,8 +51,8 @@ prefix_ senf::Packet::Packet(Operation const & arg) { 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. */ + the derived class constuctor, the effects of this call must be + undone which is not possible in a simple way. */ arg(this); } @@ -69,5 +69,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: