Add additional emacs file variable 'compile-command'
[senf.git] / Packets / Packet.cti
index 719663d..2f655a7 100644 (file)
@@ -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,5 @@ 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"
 // End: