X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FGenericAddressingPolicy.hh;h=07e67b9d8321e5780ab4e1a770995c5be11b10fd;hb=78c1f45585a8d7aecd3c29074f2733a3f6968396;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: