mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Merged V1.3 to HEAD (3021:3026)
svn merge svn://www.alfresco.org:3691/alfresco/BRANCHES/V1.3@3021 svn://www.alfresco.org:3691/alfresco/BRANCHES/V1.3@3026 . git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@3338 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -174,7 +174,11 @@ public class DiskDeviceContext extends DeviceContext
|
||||
*/
|
||||
public void CloseContext()
|
||||
{
|
||||
|
||||
// Close the notify handler
|
||||
|
||||
if ( hasChangeHandler())
|
||||
getChangeHandler().shutdownRequest();
|
||||
|
||||
// Call the base class
|
||||
|
||||
super.CloseContext();
|
||||
|
@@ -28,17 +28,18 @@ public final class FileSystem
|
||||
// Filesystem attributes
|
||||
|
||||
public static final int CaseSensitiveSearch = 0x00000001;
|
||||
public static final int CasePreservedNames = 0x00000002;
|
||||
public static final int UnicodeOnDisk = 0x00000004;
|
||||
public static final int PersistentACLs = 0x00000008;
|
||||
public static final int FileCompression = 0x00000010;
|
||||
public static final int VolumeQuotas = 0x00000020;
|
||||
public static final int SparseFiles = 0x00000040;
|
||||
public static final int ReparsePoints = 0x00000080;
|
||||
public static final int RemoteStorage = 0x00000100;
|
||||
public static final int VolumeIsCompressed = 0x00008000;
|
||||
public static final int ObjectIds = 0x00010000;
|
||||
public static final int Encryption = 0x00020000;
|
||||
public static final int CasePreservedNames = 0x00000002;
|
||||
public static final int UnicodeOnDisk = 0x00000004;
|
||||
public static final int PersistentACLs = 0x00000008;
|
||||
public static final int FileCompression = 0x00000010;
|
||||
public static final int VolumeQuotas = 0x00000020;
|
||||
public static final int SparseFiles = 0x00000040;
|
||||
public static final int ReparsePoints = 0x00000080;
|
||||
public static final int RemoteStorage = 0x00000100;
|
||||
public static final int LFNAPISupport = 0x00004000;
|
||||
public static final int VolumeIsCompressed = 0x00008000;
|
||||
public static final int ObjectIds = 0x00010000;
|
||||
public static final int Encryption = 0x00020000;
|
||||
|
||||
// Filesystem type strings
|
||||
|
||||
|
Reference in New Issue
Block a user