X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FClientSocketHandle.hh;h=319696795f101315f0aedad47957a7d8ec273b59;hb=25d1f561a4f5096d026934b7286dd6efa5377402;hp=95f1bb28da13d5cd54548dbf097e1baf814a072c;hpb=0232acda50ed45ee5c7014e887267b64e8f1979b;p=senf.git diff --git a/Socket/ClientSocketHandle.hh b/Socket/ClientSocketHandle.hh index 95f1bb2..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