diff -r 7d4490026038 -r 44f437012c90 persistentstorage/centralrepository/common/inc/panic.h --- a/persistentstorage/centralrepository/common/inc/panic.h Mon Sep 27 11:59:56 2010 +0100 +++ b/persistentstorage/centralrepository/common/inc/panic.h Tue Oct 19 16:26:13 2010 +0100 @@ -1,4 +1,4 @@ -// Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available // under the terms of "Eclipse Public License v1.0" @@ -21,19 +21,22 @@ enum TPanic { - ESessionNotInitialised, // 0 PanicClient only. - ESessionAlreadyInitialised, // 1 PanicClient only. - ERepositoryNotFound, // 2 Not used. - EStartAlreadyInTransaction, // 3 PanicClient only. - ECommitNotInTransaction, // 4 PanicClient only. - EBadSubsessionHandle, // 5 PanicClient only. - EBadMessageNumber, // 6 PanicClient only. - ECacheIniFileCorrupted // 7 Panic server only (debug only). + ESessionNotInitialised, // 0 PanicClient only. + ESessionAlreadyInitialised, // 1 PanicClient only. + ERepositoryNotFound, // 2 Not used. + EStartAlreadyInTransaction, // 3 PanicClient only. + ECommitNotInTransaction, // 4 PanicClient only. + EBadSubsessionHandle, // 5 PanicClient only. + EBadMessageNumber, // 6 PanicClient only. + ECacheIniFileCorrupted // 7 Panic server only (debug only). #ifdef SYMBIAN_CENTREP_SUPPORT_MULTIROFS - ,EMultiRofsPanicOldCre, - EMultiRofsPanicGlobalOverride, - EMultiRofsPanicTypeOveride, - EMultiRofsPanicIllegalRofs + ,EMultiRofsPanicOldCre, // 8 + EMultiRofsPanicGlobalOverride, // 9 + EMultiRofsPanicTypeOveride, // 10 + EMultiRofsPanicIllegalRofs // 11 +#endif +#ifdef SYMBIAN_INCLUDE_APP_CENTRIC + ,EPmaDriveNotAvailable // 12 Panic server only. PMA drive is not available. #endif };