diff -r 35b64624a9e7 -r 36f374c67aa8 messagingapp/msgui/appengine/inc/conversationssummarymodel.h --- 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.