Add new file-variable 'comment-column'
[senf.git] / Socket / BSDSocketProtocol.hh
index bfdef2b..3743f52 100644 (file)
@@ -65,7 +65,8 @@ namespace senf {
                                              the last network packet passed to the user has been
                                              received from the network. This allows precise network
                                              timing.
-                                             \returns timestamp when packet was received */
+                                             \returns timestamp when packet was received 
+                                             \todo Move this to DatagramSocketProtocol class */
     };
 
     /** \brief Protocol facet providing basic connection oriented BSD socket functions
@@ -105,4 +106,6 @@ namespace senf {
 // c-file-style: "senf"
 // indent-tabs-mode: nil
 // ispell-local-dictionary: "american"
+// compile-command: "scons -u test"
+// comment-column: 40
 // End: