summaryrefslogtreecommitdiff
path: root/sal/inc/osl/file.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-01-29 13:15:09 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-01-29 13:15:09 +0000
commit19251befa6df5dc275d1ecf6d3e2d29e03ce537f (patch)
treed6a3806bfa6023c7c17bed86ff952328c2550fee /sal/inc/osl/file.hxx
parentfd1cb3e09795200d1cb690df0d71dc437042a5cb (diff)
INTEGRATION: CWS networkrepair_SRC680 (1.35.174); FILE MERGED
2008/01/14 06:43:26 mav 1.35.174.2: fix typo 2008/01/09 14:03:28 hro 1.35.174.1: #i82375# Mapped Win32 broken network connextion error code 0x3B to new OSL file error code
Diffstat (limited to 'sal/inc/osl/file.hxx')
-rw-r--r--sal/inc/osl/file.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sal/inc/osl/file.hxx b/sal/inc/osl/file.hxx
index 38c67042b..ceea9a698 100644
--- a/sal/inc/osl/file.hxx
+++ b/sal/inc/osl/file.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: file.hxx,v $
*
- * $Revision: 1.35 $
+ * $Revision: 1.36 $
*
- * last change: $Author: kz $ $Date: 2006-11-06 14:52:08 $
+ * last change: $Author: rt $ $Date: 2008-01-29 14:15:09 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -123,7 +123,8 @@ public:
E_OVERFLOW = osl_File_E_OVERFLOW,
E_NOTREADY = osl_File_E_NOTREADY,
E_invalidError = osl_File_E_invalidError, /* unmapped error: always last entry in enum! */
- E_TIMEDOUT = osl_File_E_TIMEDOUT
+ E_TIMEDOUT = osl_File_E_TIMEDOUT,
+ E_NETWORK = osl_File_E_NETWORK
};