messagingapp/msgappfw/server/inc/ccsconversation.h
changeset 70 a15d9966050f
parent 52 12db4185673b
equal deleted inserted replaced
61:8ba0afbb4637 70:a15d9966050f
   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