added link-map for the SocketPolicy overview image
[senf.git] / Socket / GenericAddressingPolicy.hh
index f842d2b..07e67b9 100644 (file)
@@ -103,7 +103,7 @@ namespace senf {
                                              communication policy is ConnectedCommunicationPolicy.
 
                                              \param[in] handle socket handle
-                                             \param[in] address address of remote peer to connect
+                                             \param[in] addr address of remote peer to connect
                                                  to */
         static void bind(FileHandle handle, Address const & addr);
                                         ///< Set local socket address
@@ -129,4 +129,6 @@ namespace senf {
 // c-file-style: "senf"
 // indent-tabs-mode: nil
 // ispell-local-dictionary: "american"
+// compile-command: "scons -u test"
+// comment-column: 40
 // End: