contentstorage/inc/cadef.h
changeset 116 305818acdca4
parent 107 b34d53f6acdf
child 119 50e220be30d1
equal deleted inserted replaced
112:dbfb5e38438b 116:305818acdca4
    10  * Nokia Corporation - initial contribution.
    10  * Nokia Corporation - initial contribution.
    11  *
    11  *
    12  * Contributors:
    12  * Contributors:
    13  *
    13  *
    14  * Description:  Definition of different constants
    14  * Description:  Definition of different constants
    15  *  Version     : %version: 10.1.26 % << Don't touch! Updated by Synergy at check-out.
    15  *  Version     : %version: 10.1.27 % << Don't touch! Updated by Synergy at check-out.
    16  *
    16  *
    17  */
    17  */
    18 
    18 
    19 #ifndef CADEF_H
    19 #ifndef CADEF_H
    20 #define CADEF_H
    20 #define CADEF_H
    50     {
    50     {
    51     EUsed = 1,//Flag is set only for removable applications
    51     EUsed = 1,//Flag is set only for removable applications
    52     EUninstall = 2,
    52     EUninstall = 2,
    53     ERemovable = 4,
    53     ERemovable = 4,
    54     EVisible = 8,
    54     EVisible = 8,
    55     ERunning = 16,
    55     EReserved = 16, //flag is unused, stays for compatibility
    56     ENative = 32,
    56     ENative = 32,
    57     EMissing = 64
    57     EMissing = 64
    58     };
    58     };
    59 
    59 
    60 enum TItemAppearance
    60 enum TItemAppearance