summaryrefslogtreecommitdiff
path: root/sal/inc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-13 11:27:55 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-13 11:27:55 +0000
commit23796bad118fbc3934f12b41fddfd9bbb0b7f7a2 (patch)
treeb7370e5ea681627315318fb4519990b7aa729232 /sal/inc
parent81efbd3970ddb09986956f189c7e34b634308828 (diff)
INTEGRATION: CWS sal03 (1.29.10); FILE MERGED
2003/04/30 07:10:18 tra 1.29.10.1: #109063#introduced flag osl_VolumeInfo_Mask_FileSystemCaseHandling to separate query for drive type and for file system case handling in order to avoid unnecessary system calls
Diffstat (limited to 'sal/inc')
-rw-r--r--sal/inc/osl/file.hxx19
1 files changed, 10 insertions, 9 deletions
diff --git a/sal/inc/osl/file.hxx b/sal/inc/osl/file.hxx
index 8d7e2816286b..881240be51e1 100644
--- a/sal/inc/osl/file.hxx
+++ b/sal/inc/osl/file.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: file.hxx,v $
*
- * $Revision: 1.29 $
+ * $Revision: 1.30 $
*
- * last change: $Author: rt $ $Date: 2003-04-08 15:49:06 $
+ * last change: $Author: vg $ $Date: 2003-05-13 12:27:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -476,13 +476,14 @@ public:
// -----------------------------------------------------------------------------
-#define VolumeInfoMask_Attributes osl_VolumeInfo_Mask_Attributes
-#define VolumeInfoMask_TotalSpace osl_VolumeInfo_Mask_TotalSpace
-#define VolumeInfoMask_UsedSpace osl_VolumeInfo_Mask_UsedSpace
-#define VolumeInfoMask_FreeSpace osl_VolumeInfo_Mask_FreeSpace
-#define VolumeInfoMask_MaxNameLength osl_VolumeInfo_Mask_MaxNameLength
-#define VolumeInfoMask_MaxPathLength osl_VolumeInfo_Mask_MaxPathLength
-#define VolumeInfoMask_FileSystemName osl_VolumeInfo_Mask_FileSystemName
+#define VolumeInfoMask_Attributes osl_VolumeInfo_Mask_Attributes
+#define VolumeInfoMask_TotalSpace osl_VolumeInfo_Mask_TotalSpace
+#define VolumeInfoMask_UsedSpace osl_VolumeInfo_Mask_UsedSpace
+#define VolumeInfoMask_FreeSpace osl_VolumeInfo_Mask_FreeSpace
+#define VolumeInfoMask_MaxNameLength osl_VolumeInfo_Mask_MaxNameLength
+#define VolumeInfoMask_MaxPathLength osl_VolumeInfo_Mask_MaxPathLength
+#define VolumeInfoMask_FileSystemName osl_VolumeInfo_Mask_FileSystemName
+#define VolumeInfoMask_FileSystemCaseHandling osl_VolumeInfo_Mask_FileSystemCaseHandling
class Directory;