messagingapp/msgappfw/server/inc/ccsconversation.h
changeset 48 4f501b74aeb1
parent 37 518b245aa84c
child 56 f42d9a78f435
equal deleted inserted replaced
46:b1f0785c289d 48:4f501b74aeb1
   110      * @param aConversationEntryList, list of conversation entries
   110      * @param aConversationEntryList, list of conversation entries
   111      */
   111      */
   112     void
   112     void
   113             GetEntryListL(
   113             GetEntryListL(
   114                           RPointerArray<CCsConversationEntry>* aConversationEntryList);
   114                           RPointerArray<CCsConversationEntry>* aConversationEntryList);
       
   115     
       
   116     /**
       
   117      * GetEntryListL
       
   118      * This function shall return all the entries this conversation holds
       
   119      * 
       
   120      * @param aConversationEntryList, list of conversation entries
       
   121 	 * @param aStartIndex, start index for conversation entries.
       
   122 	 * @param aEndIndex, end index for conversation entries.
       
   123      */
       
   124     void GetEntryListL(
       
   125             RPointerArray<CCsConversationEntry>* aConversationEntryList,
       
   126             TInt aStartIndex,
       
   127             TInt aEndIndex);
   115 
   128 
   116     /**
   129     /**
   117      * GetEntryL
   130      * GetEntryL
   118      * This function returns the conversation entry at a specified index.
   131      * This function returns the conversation entry at a specified index.
   119      * 
   132      *