messagingapp/msgappfw/server/inc/ccsconversation.h
changeset 52 12db4185673b
parent 43 35b64624a9e7
child 70 a15d9966050f
equal deleted inserted replaced
44:36f374c67aa8 52:12db4185673b
   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      *