X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FClientSocketHandle.hh;h=319696795f101315f0aedad47957a7d8ec273b59;hb=25d1f561a4f5096d026934b7286dd6efa5377402;hp=2bd9052dced654d27ba0b5746f6b75a7be38ee0a;hpb=85ab07d100a382467a42e19d741d403a7a96c951;p=senf.git diff --git a/Socket/ClientSocketHandle.hh b/Socket/ClientSocketHandle.hh index 2bd9052..3196967 100644 --- a/Socket/ClientSocketHandle.hh +++ b/Socket/ClientSocketHandle.hh @@ -100,8 +100,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 server socket handle with the same policy @@ -200,7 +201,7 @@ namespace senf { \returns \c std::pair of data read (a string) and the peers address - \todo Add \c limit argument + \fixme Add \c limit argument \implementation The readfrom() family of members will use \c recvfrom from the BSD socket API. @@ -243,7 +244,6 @@ namespace senf { \param[in] data Data to write \returns number of bytes written - \todo Make this member write the complete string if the socket is blocking \implementation The write() family of members will use POSIX \c write calls, not \c send. */