sl@0: // Copyright (c) 1995-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of the License "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // f32\sfsrv\cl_std.h sl@0: // sl@0: // sl@0: sl@0: #include "common.h" sl@0: #include "message.h" sl@0: #include sl@0: #include sl@0: #ifndef SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API sl@0: #include sl@0: #endif sl@0: #include "f32notification.h" sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include "f32trace.h" sl@0: sl@0: enum TClientPanic sl@0: { sl@0: EDriveUnitBadDrive, sl@0: EDriveUnitBadDriveText, sl@0: EFindFileIllegalMode, sl@0: EBadUidIndex, sl@0: ERawDiskCannotClose, sl@0: EFTextIllegalSeekMode, sl@0: ENotImplemented, sl@0: EFManNotActive, sl@0: EFManActive, sl@0: EFManNoActionSet, //10 sl@0: EFManUnknownAction, sl@0: EFManCurrentEntryInvalid, sl@0: EFManBadValueFromObserver, sl@0: EFManBadNames, sl@0: EFManRecursiveRename, sl@0: EDirListError, sl@0: EAddDirBadName, sl@0: ELockLengthZero, sl@0: EUnlockLengthZero, sl@0: EPosNegative, //20 sl@0: ESizeNegative, sl@0: EAttributesIllegal, sl@0: EEntryArrayBadIndex, sl@0: ECDirBadSortType, sl@0: EParsePtrBadDescriptor0, sl@0: EParsePtrBadDescriptor1, sl@0: EParsePtrCAccessError, sl@0: EBadLength, sl@0: EDefaultPathCalled, sl@0: ESetDefaultPathCalled, //30 sl@0: EFindFileIllegalAttribute, sl@0: ENotificationPanic sl@0: }; sl@0: // sl@0: enum TClientFault sl@0: { sl@0: ENotifyChangeCancel, sl@0: ESessionClose, sl@0: ESubSessionClose sl@0: }; sl@0: // sl@0: GLREF_C void Panic(TClientPanic aPanic); sl@0: GLREF_C void Fault(TClientFault aFault); sl@0: //