messagingapp/msgui/appengine/inc/conversationssummarymodel.h
branchGCC_SURGE
changeset 47 5b14749788d7
parent 25 84d9eb65b26f
parent 44 36f374c67aa8
equal deleted inserted replaced
35:a32b19fb291e 47:5b14749788d7
    64 
    64 
    65     /**
    65     /**
    66      * Add a new row to the conversation summary model.
    66      * Add a new row to the conversation summary model.
    67      * Overwrite the row if the message already exists.
    67      * Overwrite the row if the message already exists.
    68      * @param conversation, CCsClientConversation
    68      * @param conversation, CCsClientConversation
       
    69      * @param caching, initial caching flag
    69      * 
    70      * 
    70      */    
    71      */    
    71     void addRow(const CCsClientConversation& conversation);
    72     void addRow(const CCsClientConversation& conversation, bool caching = false);
    72 
    73 
    73     /**
    74     /**
    74      * Delete a row from conversation summary model.
    75      * Delete a row from conversation summary model.
    75      * @param conversationId, conversation Id
    76      * @param conversationId, conversation Id
    76      */        
    77      */