X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FServerSocketHandle.hh;h=3a55787912d153601b0fd56af1b8cbeeee998383;hb=9a988902090d28007578e93bffd809f6bd913155;hp=445505ee0e4190f98b5ced573daada61ab054fbb;hpb=85ab07d100a382467a42e19d741d403a7a96c951;p=senf.git diff --git a/Socket/ServerSocketHandle.hh b/Socket/ServerSocketHandle.hh index 445505e..3a55787 100644 --- a/Socket/ServerSocketHandle.hh +++ b/Socket/ServerSocketHandle.hh @@ -84,8 +84,9 @@ namespace senf { typedef typename Policy::AddressingPolicy::Address Address; /// 'Best' type for passing address as parameter /** Depending on the type of \c Address, this will be either Address or Address - const &. See call_traits documentation in the Boost.Utility library\endlink. + const &. See call_traits documentation in + the Boost.Utility library\endlink. */ typedef typename boost::call_traits
::param_type AddressParam; /// Corresponding client socket handle with the same policy @@ -158,9 +159,8 @@ namespace senf { /** \brief Accept new connection - If the handle is non-blocking, accept will NOT block. If no connection - is available to be returned, accept will return a ClientSocketHandle - which is not valid() + If the handle is non-blocking, accept will NOT block. If no connection is available to + be returned, accept will return a ClientSocketHandle which is not valid() \throws senf::SystemException