PPI: Checkin of first compiling (yet not working) version
[senf.git] / Socket / ServerSocketHandle.hh
index 76b2510..bb97b2d 100644 (file)
@@ -125,7 +125,7 @@ namespace senf {
             For addressable protocols (AddressingPolicy is not NoAddressingPolicy), bind() will set
             the local address of the socket.
 
-            \param[in] addr Local socket address to asign
+            \param[in] addr Local socket address to assign
 
             \throws senf::SystemException
          */
@@ -170,6 +170,8 @@ namespace senf {
             This variant ...
 
             \returns handle of new client connection
+
+            \fixme Make this accept()-variant work with unspecified addressing policy
          */
         ClientSocketHandle
                      accept       ();
@@ -222,4 +224,6 @@ namespace senf {
 // c-file-style: "senf"
 // indent-tabs-mode: nil
 // ispell-local-dictionary: "american"
+// compile-command: "scons -u test"
+// comment-column: 40
 // End: