messagingapp/msgui/appengine/src/conversationmsgstorehandler.cpp
changeset 70 a15d9966050f
parent 52 12db4185673b
equal deleted inserted replaced
61:8ba0afbb4637 70:a15d9966050f
    51 #define LOC_MESSAGE_SIZE hbTrId("txt_messaging_list_size")
    51 #define LOC_MESSAGE_SIZE hbTrId("txt_messaging_list_size")
    52 #define LOC_CLASS_ADVERTISEMENT hbTrId("txt_messaging_list_advertisement")
    52 #define LOC_CLASS_ADVERTISEMENT hbTrId("txt_messaging_list_advertisement")
    53 #define LOC_CLASS_INFORMATIONAL hbTrId("txt_messaging_list_informational")
    53 #define LOC_CLASS_INFORMATIONAL hbTrId("txt_messaging_list_informational")
    54 #define LOC_CLASS_PERSONAL hbTrId("txt_messaging_list_personal")
    54 #define LOC_CLASS_PERSONAL hbTrId("txt_messaging_list_personal")
    55 #define LOC_MMS_RETRIEVAL_FAILED hbTrId("txt_messaging_dialog_mms_retrieval_failed")
    55 #define LOC_MMS_RETRIEVAL_FAILED hbTrId("txt_messaging_dialog_mms_retrieval_failed")
    56 #define LOC_MMS_NOTIF_EXPIRED hbTrId("Message Expired !")   //TODO: localization
    56 #define LOC_MMS_NOTIF_EXPIRED hbTrId("txt_messaging_list_message_expired")  
    57 #define LOC_MMS_WAITING hbTrId("txt_wireframe_list_multimedia_message_waiting")
    57 #define LOC_MMS_WAITING hbTrId("txt_wireframe_list_multimedia_message_waiting")
    58 #define LOC_MMS_RETRIEVING hbTrId("Retrieving message...")   //TODO: localization
    58 #define LOC_MMS_RETRIEVING hbTrId("txt_messaging_list_retrieving_message")   
    59 #define LOC_MMS_EXPIRY_DATE hbTrId("txt_messaging_list_expiry_date")
    59 #define LOC_MMS_EXPIRY_DATE hbTrId("txt_messaging_list_expiry_date")
    60 
    60 
    61 // ================= MEMBER FUNCTIONS =======================
    61 // ================= MEMBER FUNCTIONS =======================
    62 
    62 
    63 // ---------------------------------------------------------
    63 // ---------------------------------------------------------