diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-02-22 00:50:56 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-02-22 00:52:32 +0100 |
commit | 22e96521da9614c07b75452dc27014aca079fbf1 (patch) | |
tree | b39ee7ec441510c00821850a38e6015030655dd3 /sal/inc/osl/socket_decl.hxx | |
parent | ef026f335902a278f8594d612826508277d81bff (diff) |
WaE: silence some documentation errors
Diffstat (limited to 'sal/inc/osl/socket_decl.hxx')
-rw-r--r-- | sal/inc/osl/socket_decl.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/inc/osl/socket_decl.hxx b/sal/inc/osl/socket_decl.hxx index 0c26f2526bca..731c7a2b7a39 100644 --- a/sal/inc/osl/socket_decl.hxx +++ b/sal/inc/osl/socket_decl.hxx @@ -142,7 +142,7 @@ namespace osl inline oslSocketAddr SAL_CALL getHandle() const; /** Get the hostname for the local interface. - @param after the call *pResult contains osl_Socket_Ok on success or + @param pResult after the call *pResult contains osl_Socket_Ok on success or an error on failure. @return the hostname */ @@ -440,7 +440,7 @@ namespace osl @param pBuffer Pointer to a Buffer which contains the attribute-value. - @param BufferSize contains the length of the Buffer. + @param BufferLen contains the length of the Buffer. @param Level selects the level for which an option should be changed. Valid values are: @@ -600,7 +600,7 @@ namespace osl /** Connects the socket to a (remote) host. @param TargetHost The address of the target. - @param pTimeOut The timeout for blocking. If 0, a default system dependent timeout + @param pTimeout The timeout for blocking. If 0, a default system dependent timeout us used. @return <code> osl_Socket_Ok</code> if connected successfully, <code>osl_Socket_TimedOut</code> on timeout, |