messagingapp/msgui/appengine/inc/conversationssummarymodel.h
changeset 44 36f374c67aa8
parent 31 ebfee66fde93
child 47 5b14749788d7
--- a/messagingapp/msgui/appengine/inc/conversationssummarymodel.h	Wed Jun 23 18:09:17 2010 +0300
+++ b/messagingapp/msgui/appengine/inc/conversationssummarymodel.h	Tue Jul 06 14:12:40 2010 +0300
@@ -66,9 +66,10 @@
      * Add a new row to the conversation summary model.
      * Overwrite the row if the message already exists.
      * @param conversation, CCsClientConversation
+     * @param caching, initial caching flag
      * 
      */    
-    void addRow(const CCsClientConversation& conversation);
+    void addRow(const CCsClientConversation& conversation, bool caching = false);
 
     /**
      * Delete a row from conversation summary model.