X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FGenericSockAddr.hh;h=6cbc70686f8f0554e4d2271d80bc814ec4ced7ed;hb=78c1f45585a8d7aecd3c29074f2733a3f6968396;hp=a5cea03fd073cbaac6f906051e390d50f31f489a;hpb=85ab07d100a382467a42e19d741d403a7a96c951;p=senf.git diff --git a/Socket/GenericSockAddr.hh b/Socket/GenericSockAddr.hh index a5cea03..6cbc706 100644 --- a/Socket/GenericSockAddr.hh +++ b/Socket/GenericSockAddr.hh @@ -74,11 +74,11 @@ namespace senf { address interface. \returns non-const (!) pointer to sockaddr structure */ struct sockaddr const * sockaddr_p() const; ///< Return a pointer to sockaddr structure - /**< This member is like sockaddr_p(), hoewever it does not + /**< This member is like sockaddr_p(), however it does not allow changing the address. \returns const pointer to sockaddr structure */ unsigned sockaddr_len() const; ///< Return size of address - /**< This meember return the size of the socket address + /**< This member return the size of the socket address structure as returned by sockaddr_p() in bytes. \returns size of respective sockaddr structure in bytes */ @@ -105,4 +105,6 @@ namespace senf { // c-file-style: "senf" // indent-tabs-mode: nil // ispell-local-dictionary: "american" +// compile-command: "scons -u test" +// comment-column: 40 // End: