messagingapp/msgappfw/server/inc/ccsconversationcache.h
changeset 25 84d9eb65b26f
parent 23 238255e8b033
child 37 518b245aa84c
child 47 5b14749788d7
equal deleted inserted replaced
23:238255e8b033 25:84d9eb65b26f
   185      * Get conversation id for a contact address
   185      * Get conversation id for a contact address
   186      * @param aContactAddress contact address
   186      * @param aContactAddress contact address
   187      * @return The conversation id
   187      * @return The conversation id
   188      */
   188      */
   189     TInt GetConversationIdFromAddressL(TDesC& aContactAddress);
   189     TInt GetConversationIdFromAddressL(TDesC& aContactAddress);
       
   190     
       
   191     /**
       
   192      * Get conversation from message-id
       
   193      * @param aMessageId Message id
       
   194      * @return CCsClientConversation The conversation 
       
   195      */
       
   196     CCsClientConversation* GetConversationFromMessageIdL(TInt aMessageId);
   190 
   197 
   191 private:
   198 private:
   192 
   199 
   193     /**
   200     /**
   194      * private Constructor
   201      * private Constructor