X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FServerSocketHandle.hh;h=bb97b2dc07dea85ae5da76309d0074aa7ad672bb;hb=81ffa1c459b96dd44472bcef37e1e373934ee138;hp=76b2510a3f3ec5bd63d0f8822306d5fa262134ce;hpb=8421c3a8da7485cb8781045494ecaab3ed84f403;p=senf.git diff --git a/Socket/ServerSocketHandle.hh b/Socket/ServerSocketHandle.hh index 76b2510..bb97b2d 100644 --- a/Socket/ServerSocketHandle.hh +++ b/Socket/ServerSocketHandle.hh @@ -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: