atext/server/inc/atextmetadata.h
changeset 17 907b2fb7aa8e
parent 1 b4a7eebaaebf
child 21 5e5528a288fe
equal deleted inserted replaced
16:0089b2f7ebd8 17:907b2fb7aa8e
     1 /*
     1 /*
     2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    26 class CATExtListen;
    26 class CATExtListen;
    27 
    27 
    28 /** Panic categories */
    28 /** Panic categories */
    29 enum TATExtPanicCategories
    29 enum TATExtPanicCategories
    30     {
    30     {
    31     EPanicCategoryFaultyMaster = 1,
    31     EPanicCategoryAddPIsM = 1,  // Master exists while adding Partial
    32     EPanicCategoryPluginType   = 2
    32     EPanicCategoryAddMIsP = 2,  // Partial exists while adding Master
       
    33     EPanicCategoryAddMIsM = 3,  // Master exists while adding Master
       
    34     EPanicCategoryType    = 4   // Wrong plugin type (not M|P|O)
    33     };
    35     };
    34 
    36 
    35 /**  Support types supported by RSS file (M|P|O) */
    37 /**  Support types supported by RSS file (M|P|O) */
    36 enum TATExtSupportType
    38 enum TATExtSupportType
    37     {
    39     {