X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FPacket.cti;h=7f222690d459ceaa34b123733984906ea16774af;hb=145f6a7d0f3a6aaa77b3625351c952d24cb0b8a1;hp=719663d17194fa719a10d511edd9e07b0f4f6172;hpb=85ab07d100a382467a42e19d741d403a7a96c951;p=senf.git diff --git a/Packets/Packet.cti b/Packets/Packet.cti index 719663d..7f22269 100644 --- a/Packets/Packet.cti +++ b/Packets/Packet.cti @@ -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); } @@ -73,4 +70,6 @@ prefix_ senf::impl::PacketImpl::PacketImpl(InputIterator begin, InputIterator en // c-file-style: "senf" // indent-tabs-mode: nil // ispell-local-dictionary: "american" +// compile-command: "scons -u test" +// comment-column: 40 // End: