messagingapp/msgui/appengine/inc/conversationsenginedefines.h
changeset 31 ebfee66fde93
child 34 84197e66a4bd
equal deleted inserted replaced
30:6a20128ce557 31:ebfee66fde93
       
     1 /*
       
     2  * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3  * All rights reserved.
       
     4  * This component and the accompanying materials are made available
       
     5  * under the terms of "Eclipse Public License v1.0"
       
     6  * which accompanies this distribution, and is available
       
     7  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8  *
       
     9  * Initial Contributors:
       
    10  * Nokia Corporation - initial contribution.
       
    11  *
       
    12  * Contributors:
       
    13  *
       
    14  * Description:
       
    15  *
       
    16  */
       
    17 
       
    18 #ifndef CONVERSATIONS_ENGINE_DEFINES_H
       
    19 #define CONVERSATIONS_ENGINE_DEFINES_H
       
    20 
       
    21 
       
    22 enum ConversationsEngineRoles
       
    23 {
       
    24     ConversationId = 5000,
       
    25     ConvergedMsgId,
       
    26     ConversationAddress,
       
    27     ContactId,
       
    28     DisplayName,
       
    29     Avatar,
       
    30     MessageType,
       
    31     MessageSubType,
       
    32     MessagePriority,
       
    33     MessageProperty,
       
    34     Direction,
       
    35     SendingState,
       
    36     UnReadStatus,
       
    37     TimeStamp,
       
    38     Subject,
       
    39     BodyText,
       
    40     Attachments,
       
    41     UnreadCount,
       
    42     MessageLocation,
       
    43     MessageStore,
       
    44     ConversationAlias,
       
    45     NotificationStatus
       
    46 };
       
    47 
       
    48 #endif /* CONVERSATIONS_ENGINE_DEFINES_H */
       
    49 
       
    50 // EOF