symport/f32/sfsrv/cl_std.h
changeset 1 0a7b44b10206
child 2 806186ab5e14
equal deleted inserted replaced
0:c55016431358 1:0a7b44b10206
       
     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 "Symbian Foundation License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.symbianfoundation.org/legal/sfl-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 #ifndef __TOOLS2__
       
    19 #include <common.h>		
       
    20 #include <message.h>
       
    21 #endif
       
    22 #include <f32file.h>
       
    23 #ifndef __TOOLS2__
       
    24 #include <f32ver.h>
       
    25 #include <e32svr.h>
       
    26 #include <F32plugin.h>
       
    27 #else
       
    28 const TInt KCountNeeded=KMinTInt;
       
    29 #endif
       
    30 
       
    31 enum TClientPanic
       
    32 	{
       
    33 	EDriveUnitBadDrive,
       
    34 	EDriveUnitBadDriveText,
       
    35 	EFindFileIllegalMode,
       
    36 	EBadUidIndex,
       
    37 	ERawDiskCannotClose,
       
    38 	EFTextIllegalSeekMode,
       
    39 	ENotImplemented,
       
    40 	EFManNotActive,
       
    41 	EFManActive,
       
    42 	EFManNoActionSet,
       
    43 	EFManUnknownAction,
       
    44 	EFManCurrentEntryInvalid,
       
    45 	EFManBadValueFromObserver,
       
    46 	EFManBadNames,
       
    47 	EFManRecursiveRename,
       
    48 	EDirListError,
       
    49 	EAddDirBadName,
       
    50 	ELockLengthZero,
       
    51 	EUnlockLengthZero,
       
    52 	EPosNegative,
       
    53 	ESizeNegative,
       
    54 	EAttributesIllegal,
       
    55 	EEntryArrayBadIndex,
       
    56 	ECDirBadSortType,
       
    57 	EParsePtrBadDescriptor0,
       
    58 	EParsePtrBadDescriptor1,
       
    59 	EParsePtrCAccessError,
       
    60 	EBadLength,
       
    61 	EDefaultPathCalled,
       
    62 	ESetDefaultPathCalled,
       
    63 	EFindFileIllegalAttribute,
       
    64 	};
       
    65 //
       
    66 enum TClientFault
       
    67 	{
       
    68 	ENotifyChangeCancel,
       
    69 	ESessionClose,
       
    70 	ESubSessionClose
       
    71 	};
       
    72 //
       
    73 GLREF_C void Panic(TClientPanic aPanic);
       
    74 GLREF_C void Fault(TClientFault aFault);
       
    75 //