userlibandfileserver/fileserver/sfsrv/cl_std.h
changeset 0 a41df078684a
child 134 95847726fe57
equal deleted inserted replaced
-1:000000000000 0:a41df078684a
       
     1 // Copyright (c) 1995-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of the License "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // f32\sfsrv\cl_std.h
       
    15 // 
       
    16 //
       
    17 
       
    18 #include "common.h"		
       
    19 #include "message.h"
       
    20 #include <f32file.h>
       
    21 #include <f32file_private.h>
       
    22 #ifndef  SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API
       
    23 #include <f32file64.h>
       
    24 #endif
       
    25 #include "f32notification.h"
       
    26 #include <f32ver.h>
       
    27 #include <e32svr.h>
       
    28 #include <f32plugin.h>
       
    29 #include <utraceefsrv.h>
       
    30 #include "f32trace.h"
       
    31 
       
    32 enum TClientPanic
       
    33 	{
       
    34 	EDriveUnitBadDrive,
       
    35 	EDriveUnitBadDriveText,
       
    36 	EFindFileIllegalMode,
       
    37 	EBadUidIndex,
       
    38 	ERawDiskCannotClose,
       
    39 	EFTextIllegalSeekMode,
       
    40 	ENotImplemented,
       
    41 	EFManNotActive,
       
    42 	EFManActive,
       
    43 	EFManNoActionSet, //10
       
    44 	EFManUnknownAction,
       
    45 	EFManCurrentEntryInvalid,
       
    46 	EFManBadValueFromObserver,
       
    47 	EFManBadNames,
       
    48 	EFManRecursiveRename,
       
    49 	EDirListError,
       
    50 	EAddDirBadName,
       
    51 	ELockLengthZero,
       
    52 	EUnlockLengthZero,
       
    53 	EPosNegative, //20
       
    54 	ESizeNegative,
       
    55 	EAttributesIllegal,
       
    56 	EEntryArrayBadIndex,
       
    57 	ECDirBadSortType,
       
    58 	EParsePtrBadDescriptor0,
       
    59 	EParsePtrBadDescriptor1,
       
    60 	EParsePtrCAccessError,
       
    61 	EBadLength,
       
    62 	EDefaultPathCalled,
       
    63 	ESetDefaultPathCalled, //30
       
    64 	EFindFileIllegalAttribute,
       
    65 	ENotificationPanic
       
    66 	};
       
    67 //
       
    68 enum TClientFault
       
    69 	{
       
    70 	ENotifyChangeCancel,
       
    71 	ESessionClose,
       
    72 	ESubSessionClose
       
    73 	};
       
    74 //
       
    75 GLREF_C void Panic(TClientPanic aPanic);
       
    76 GLREF_C void Fault(TClientFault aFault);
       
    77 //