X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FServerSocketHandle.hh;h=7c84d93bb531bce40e69c22fccca2221d46077f3;hb=33157146abaca548e145c577a0840cd1bd427789;hp=0c58c00ebfeef4685afa3d55b0f53dd58e17f48d;hpb=aec1302f91b51edb58f8a97985ab2e0aa9c8db66;p=senf.git diff --git a/Socket/ServerSocketHandle.hh b/Socket/ServerSocketHandle.hh index 0c58c00..7c84d93 100644 --- a/Socket/ServerSocketHandle.hh +++ b/Socket/ServerSocketHandle.hh @@ -21,7 +21,7 @@ // 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. /** \file - \brief senf::ServerSocketHandle public header + \brief ServerSocketHandle public header */ #ifndef HH_ServerSocketHandle_ @@ -121,7 +121,7 @@ namespace senf { For addressable protocols (AddressingPolicy is not NoAddressingPolicy), bind() will set the local address of the socket. - \parm[in] addr Local socket address to asign + \param[in] addr Local socket address to asign \throws senf::SystemException */ @@ -182,7 +182,7 @@ namespace senf { ///< Accept new connection /**< This variant will additionally return the remote address of the client - \params[out] client address + \param[out] client address \returns handle of new client connection \see \ref accept() */