Kaydet (Commit) 23796bad authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

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
üst 81efbd39
......@@ -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;
......
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