X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FCommunicationPolicy.hh;h=71fe0bda8fe699a03c81d56d30f2735fa7f3b5ea;hb=9ca82f3198ce01fa2daf50aa8f46e0eb630d275c;hp=097a8bfe0e4fdb895c1dfa368eb32dc6926a4fdc;hpb=d0006132bfcb3ab442cf66b600ed3fad36f1ac2c;p=senf.git diff --git a/Socket/CommunicationPolicy.hh b/Socket/CommunicationPolicy.hh index 097a8bf..71fe0bd 100644 --- a/Socket/CommunicationPolicy.hh +++ b/Socket/CommunicationPolicy.hh @@ -53,11 +53,12 @@ namespace senf { { static void listen(FileHandle handle, unsigned backlog); ///< Enable establishing new connections on the socket - /** \param[in] handle socket handle to enable reception on - \param[in] backlog size of backlog queue - - \fixme listen probably makes no sense without accpept, - so listen() should debend on AddressingPolicy too. */ + /**< \param[in] handle socket handle to enable reception on + \param[in] backlog size of backlog queue + + \fixme listen probably makes no sense without accpept, + so listen() should debend on AddressingPolicy + too. */ template static int accept(ServerSocketHandle handle, typename ServerSocketHandle::Address & address,