messagingapp/msgappfw/server/inc/ccsconversation.h
changeset 56 f42d9a78f435
parent 48 4f501b74aeb1
equal deleted inserted replaced
55:5b3b2fa8c3ec 56:f42d9a78f435
   158      * AddContactDetailsL
   158      * AddContactDetailsL
   159      * Over loaded method 
   159      * Over loaded method 
   160      * Add contact Number for the conversation
   160      * Add contact Number for the conversation
   161      * 
   161      * 
   162      * @param aContactNumber Contact number
   162      * @param aContactNumber Contact number
   163      */
   163      * @param aContactId Contact id
   164     void AddContactDetailsL(TDesC& aContactNumber);
   164      */
       
   165     void AddContactDetailsL(
       
   166             TDesC& aContactNumber,
       
   167             TInt32 aContactID);
   165 
   168 
   166     /**
   169     /**
   167      * UpdateEntryL
   170      * UpdateEntryL
   168      * Update the details of an conversation entry
   171      * Update the details of an conversation entry
   169      * and set event as new/update
   172      * and set event as new/update