messagingapp/msgui/appengine/inc/conversationsengine_p.h
changeset 48 4f501b74aeb1
parent 37 518b245aa84c
child 51 3507212d340e
equal deleted inserted replaced
46:b1f0785c289d 48:4f501b74aeb1
   149      *  @param aConversationId for conversation is required
   149      *  @param aConversationId for conversation is required
   150      */
   150      */
   151     CCsClientConversation* getConversationFromConversationIdL(TInt aConversationId);
   151     CCsClientConversation* getConversationFromConversationIdL(TInt aConversationId);
   152 
   152 
   153     /**
   153     /**
       
   154      *  Starts fetching rest of the conversations
       
   155      */
       
   156     void fetchMoreConversations();
       
   157     
       
   158     /**
   154      *  Starts fetching remaing conversations
   159      *  Starts fetching remaing conversations
   155      */
   160      *  @param aCount - count of conversation entries
   156     void fetchMoreConversations();
   161      */
       
   162     void fetchRemainingConversations(TInt& aCount);
   157 
   163 
   158     
   164     
   159     /**
   165     /**
   160      *  Resend a failed message
   166      *  Resend a failed message
   161 	 * @param messageId TMsvId The msv id of the entry to resend
   167 	 * @param messageId TMsvId The msv id of the entry to resend
   200      * @param aConversationEntryList List of conversation entries
   206      * @param aConversationEntryList List of conversation entries
   201      * returned by server.
   207      * returned by server.
   202      */
   208      */
   203 
   209 
   204     void Conversations(
   210     void Conversations(
   205             RPointerArray<CCsConversationEntry>& aConversationEntryList);
   211             RPointerArray<CCsConversationEntry>& aConversationEntryList,
       
   212             TInt& totalCount);
   206          
   213          
   207 private:
   214 private:
   208 
   215 
   209     /**
   216     /**
   210      * Initializes the ConversationReader class.
   217      * Initializes the ConversationReader class.