phonebookui/cnthistorymodel/inc/cnthistorymodelconsts.h
changeset 59 a642906a277a
parent 47 7cbcb2896f0e
equal deleted inserted replaced
47:7cbcb2896f0e 59:a642906a277a
    18 #define CNTHISTORYMODELCONSTS_H
    18 #define CNTHISTORYMODELCONSTS_H
    19 
    19 
    20 enum Attributes
    20 enum Attributes
    21     {
    21     {
    22     CntIncoming = 1,
    22     CntIncoming = 1,
    23     CntOutgoing = 2,
    23     CntUnseen = 2,
    24     CntUnseen = 4,
    24     CntAttachment = 4
    25     CntSeen = 8,
       
    26     CntAttachment = 16
       
    27     };
    25     };
    28 
    26 
    29 enum ItemType
    27 enum ItemType
    30     {
    28     {
    31     CntCallLog = 32,
    29     CntCallLog = 32,