diff -r a32b19fb291e -r 5b14749788d7 messagingapp/msgui/appengine/inc/conversationssummarymodel.h --- a/messagingapp/msgui/appengine/inc/conversationssummarymodel.h Thu Jun 17 09:57:06 2010 +0100 +++ b/messagingapp/msgui/appengine/inc/conversationssummarymodel.h Thu Jul 22 16:32:06 2010 +0100 @@ -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.