messagingapp/msgappfw/server/inc/ccsconversationcachehelper.h
changeset 25 84d9eb65b26f
parent 23 238255e8b033
child 47 5b14749788d7
equal deleted inserted replaced
23:238255e8b033 25:84d9eb65b26f
   191      * @param aContactId pointer to contact Id
   191      * @param aContactId pointer to contact Id
   192      * @param aFirstName contact first name
   192      * @param aFirstName contact first name
   193      * @param aLastName contact last name
   193      * @param aLastName contact last name
   194      */
   194      */
   195     void AddNewConversationL(CCsConversationEntry* aConversationEntry,
   195     void AddNewConversationL(CCsConversationEntry* aConversationEntry,
   196                              TInt32 aContactId, const HBufC* aFirstName,
   196                              TInt32 aContactId, const HBufC* aDisplayName);
   197                              const HBufC* aLastName, const HBufC* aNickName);
       
   198 
   197 
   199     /**
   198     /**
   200      * GetPendingEventCount
   199      * GetPendingEventCount
   201      * Gets the number of pending events inside cache 
   200      * Gets the number of pending events inside cache 
   202      * 
   201      *