Add additional emacs file variable 'compile-command'
[senf.git] / Packets / Packet.hh
index dd913d6..f396042 100644 (file)
@@ -260,8 +260,6 @@ namespace senf {
         intrusive_ptr is only the size of an ordinary pointer, a
         smart_ptr has the size of two pointers).
 
-        \fixme Make all data mutators protected
-
         \nosubgrouping
       */
     class Packet : boost::noncopyable
@@ -628,4 +626,5 @@ namespace senf {
 // c-file-style: "senf"
 // indent-tabs-mode: nil
 // ispell-local-dictionary: "american"
+// compile-command: "scons -u test"
 // End: