From: g0dil Date: Mon, 2 Jul 2007 15:45:29 +0000 (+0000) Subject: Socket: Add fixme comment to ClientSocketHandle X-Git-Url: http://g0dil.de/git?a=commitdiff_plain;h=bf0359f0d094233072c9640abeb72464a0719305;p=senf.git Socket: Add fixme comment to ClientSocketHandle git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@280 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/Socket/ClientSocketHandle.hh b/Socket/ClientSocketHandle.hh index 38e7ea0..fb57812 100644 --- a/Socket/ClientSocketHandle.hh +++ b/Socket/ClientSocketHandle.hh @@ -81,6 +81,10 @@ namespace senf { \see \ref policy_group \n \ref protocol_group + + \fixme Add enable_if conditions so anything convertible to unsigned will not be interpreted + as a Range template argument but will use the unsigned variant of + read/readfrom/write/writeto. */ template class ClientSocketHandle