messagingapp/msgui/appengine/inc/conversationssummarymodel.h
changeset 44 36f374c67aa8
parent 31 ebfee66fde93
child 47 5b14749788d7
equal deleted inserted replaced
43:35b64624a9e7 44:36f374c67aa8
    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      */