X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FPacket.cti;h=9963d1647809c3607f528349bdae8ea5721cc64f;hb=8421c3a8da7485cb8781045494ecaab3ed84f403;hp=719663d17194fa719a10d511edd9e07b0f4f6172;hpb=85ab07d100a382467a42e19d741d403a7a96c951;p=senf.git diff --git a/Packets/Packet.cti b/Packets/Packet.cti index 719663d..9963d16 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); }