messagingapp/msgui/appengine/inc/conversationsenginedefines.h
changeset 25 84d9eb65b26f
parent 23 238255e8b033
child 37 518b245aa84c
child 47 5b14749788d7
equal deleted inserted replaced
23:238255e8b033 25:84d9eb65b26f
    23 {
    23 {
    24     ConversationId = 5000,
    24     ConversationId = 5000,
    25     ConvergedMsgId,
    25     ConvergedMsgId,
    26     ConversationAddress,
    26     ConversationAddress,
    27     ContactId,
    27     ContactId,
    28     FirstName,
    28     DisplayName,
    29     LastName,
       
    30     NickName,
       
    31     Avatar,
    29     Avatar,
    32     MessageType,
    30     MessageType,
       
    31     MessageSubType,
    33     MessagePriority,
    32     MessagePriority,
    34     MessageProperty,
    33     MessageProperty,
    35     Direction,
    34     Direction,
    36     SendingState,
    35     SendingState,
    37     UnReadStatus,
    36     UnReadStatus,
    40     BodyText,
    39     BodyText,
    41     Attachments,
    40     Attachments,
    42     UnreadCount,
    41     UnreadCount,
    43     MessageLocation,
    42     MessageLocation,
    44     MessageStore,
    43     MessageStore,
    45     ConversationAlias
    44     ConversationAlias,
       
    45     NotificationStatus
    46 };
    46 };
    47 
    47 
    48 #endif /* CONVERSATIONS_ENGINE_DEFINES_H */
    48 #endif /* CONVERSATIONS_ENGINE_DEFINES_H */
    49 
    49 
    50 // EOF
    50 // EOF