X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FGenericAddressingPolicy.hh;h=07e67b9d8321e5780ab4e1a770995c5be11b10fd;hb=cb10487f67b404334eaffa60f074b8eca8f871de;hp=f842d2b47921c6f0603568ccd5797f9b97abe373;hpb=98f3f38c5872d26fcf544a9d28efe0518e3895e2;p=senf.git diff --git a/Socket/GenericAddressingPolicy.hh b/Socket/GenericAddressingPolicy.hh index f842d2b..07e67b9 100644 --- a/Socket/GenericAddressingPolicy.hh +++ b/Socket/GenericAddressingPolicy.hh @@ -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: