Kaydet (Commit) 623a87a3 authored tarafından Chris Sherlock's avatar Chris Sherlock Kaydeden (comit) Noel Grandin

osl: document osl_File_E_NETWORK enum

Change-Id: I4c16ba13820b5cdec03c21a460d3d0ecc7dd86d5
Reviewed-on: https://gerrit.libreoffice.org/48791Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst e4c40331
...@@ -130,7 +130,9 @@ typedef enum { ...@@ -130,7 +130,9 @@ typedef enum {
osl_File_E_NOTREADY, /*!< device not ready */ osl_File_E_NOTREADY, /*!< device not ready */
osl_File_E_invalidError, /*!< unmapped error: always last entry in enum! */ osl_File_E_invalidError, /*!< unmapped error: always last entry in enum! */
osl_File_E_TIMEDOUT, /*!< socket operation timed out */ osl_File_E_TIMEDOUT, /*!< socket operation timed out */
osl_File_E_NETWORK, osl_File_E_NETWORK, /*!< unexpected network error occurred (Windows) - could be a
user session was deleted, or an unexpected network error
occurred */
osl_File_E_FORCE_EQUAL_SIZE = SAL_MAX_ENUM osl_File_E_FORCE_EQUAL_SIZE = SAL_MAX_ENUM
} oslFileError; } oslFileError;
...@@ -828,7 +830,7 @@ SAL_DLLPUBLIC oslFileError SAL_CALL osl_getFileSize( ...@@ -828,7 +830,7 @@ SAL_DLLPUBLIC oslFileError SAL_CALL osl_getFileSize(
can mean that the address, length of the file or the can mean that the address, length of the file or the
file offset are too large or not aligned on a page file offset are too large or not aligned on a page
boundary; on Linux can also mean after Linux 2.6.12 boundary; on Linux can also mean after Linux 2.6.12
that the length was set to 0 (illogical. that the length was set to 0 (illogical).
@retval osl_File_E_OVERFLOW requested mapping size too large, @retval osl_File_E_OVERFLOW requested mapping size too large,
or the file offset was too large or the file offset was too large
@retval osl_File_E_ACCES file descriptor to non-regular file, or @retval osl_File_E_ACCES file descriptor to non-regular file, or
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment