Update contrib.
1 // Copyright (c) 1997-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 "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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // Panics and DLL stuff for APMIME.DLL
18 #if !defined(__APMPAN_H__)
23 EPanicFindAllAppsNotCalled,
24 EPanicLibraryNotInList,
25 EPanicIndexOutOfRange,
30 EPanicNotBeingUsedFromWithinApparcServerProcess,
33 EDPanicDriveOutOfRange,
34 EDPanicStartDriveOutOfRange,
36 EDPanicDuplicateRecognizer,
39 EDPanicNullPointerExpected1,
40 EDPanicNullPointerExpected2,
45 GLREF_C void Panic(TApmPanic aPanic);
46 GLREF_C const TDesC& Category();
48 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
52 #define KApaAppTypeDes _L8("x-epoc/x-app")
56 const TInt KDataArrayGranularity=5;
61 _LIT8(KEpocUrlDataTypeHeader, "X-Epoc-Url/");
63 #endif //SYMBIAN_ENABLE_SPLIT_HEADERS