contacts_plat/contacts_ui_api/inc/cntuids.h
changeset 71 7cc7d74059f9
parent 47 7cbcb2896f0e
equal deleted inserted replaced
65:ae724a111993 71:7cc7d74059f9
    47 };
    47 };
    48 
    48 
    49 // name list row enumerations
    49 // name list row enumerations
    50 enum CntNameListRowSetting {
    50 enum CntNameListRowSetting {
    51     CntOneRowNameOnly = 0x0,
    51     CntOneRowNameOnly = 0x0,
    52     CntTwoRowsNameAndPhoneNumber = 0x1
    52     CntTwoRowsNameAndPhoneNumber = 0x1,
       
    53     CntTwoRowsStatusUpdate = 0x2
    53 };
    54 };
    54 
    55 
    55 
    56 
    56 #endif
    57 #endif