sl@0: // Copyright (c) 1997-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 "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: // Panics and DLL stuff for APMIME.DLL sl@0: // sl@0: // sl@0: sl@0: #if !defined(__APMPAN_H__) sl@0: #define __APMPAN_H__ sl@0: sl@0: enum TApmPanic sl@0: { sl@0: EPanicFindAllAppsNotCalled, sl@0: EPanicLibraryNotInList, sl@0: EPanicIndexOutOfRange, sl@0: EPanicNegativeIndex, sl@0: EInvalidDataType, sl@0: EInvalidArgument, sl@0: EArrayNotEmpty, sl@0: EPanicNotBeingUsedFromWithinApparcServerProcess, sl@0: // sl@0: EDPanicBadDirName, sl@0: EDPanicDriveOutOfRange, sl@0: EDPanicStartDriveOutOfRange, sl@0: EDPanicInvalidData, sl@0: EDPanicDuplicateRecognizer, sl@0: EDPanicNullPointer1, sl@0: EDPanicNullPointer2, sl@0: EDPanicNullPointerExpected1, sl@0: EDPanicNullPointerExpected2, sl@0: EDPanicBadFlagState1, sl@0: EDPanicBadFlagState2, sl@0: }; sl@0: sl@0: GLREF_C void Panic(TApmPanic aPanic); sl@0: GLREF_C const TDesC& Category(); sl@0: sl@0: #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS sl@0: /** sl@0: @internalComponent sl@0: */ sl@0: #define KApaAppTypeDes _L8("x-epoc/x-app") sl@0: /** sl@0: @internalComponent sl@0: */ sl@0: const TInt KDataArrayGranularity=5; sl@0: sl@0: /** sl@0: @internalComponent sl@0: */ sl@0: _LIT8(KEpocUrlDataTypeHeader, "X-Epoc-Url/"); sl@0: sl@0: #endif //SYMBIAN_ENABLE_SPLIT_HEADERS sl@0: sl@0: #endif