X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FPacket.cti;h=163b931789d5bbef747a88e93dca0a137a3013ae;hb=032707d24b1059febe83ce56b11fd79df106c6e2;hp=79c32fa711f7a560eb7e3fdf6ab0f951d9faf7e3;hpb=ac6a813d9d99f7add4e13aff7a4bcd314d5604a6;p=senf.git diff --git a/Packets/Packet.cti b/Packets/Packet.cti index 79c32fa..163b931 100644 --- a/Packets/Packet.cti +++ b/Packets/Packet.cti @@ -50,9 +50,9 @@ 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. + /** \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); }