messagingapp/msgappfw/plugins/msgplugin/inc/ccsmsghandler.h
changeset 44 36f374c67aa8
parent 27 e4592d119491
--- a/messagingapp/msgappfw/plugins/msgplugin/inc/ccsmsghandler.h	Wed Jun 23 18:09:17 2010 +0300
+++ b/messagingapp/msgappfw/plugins/msgplugin/inc/ccsmsghandler.h	Tue Jul 06 14:12:40 2010 +0300
@@ -114,7 +114,13 @@
      * Checks if the MTM type supported
      */
     TBool IsMtmSupported(long uid);
-
+    
+    /**
+     * Read all message Id in iMessageArray
+     * @aFolderId - Folder Id whose message need to be sync.
+     */
+    void UpdateMessageArrayL(const TMsvId& aFolderId);
+    
 private:
 
     /**
@@ -175,11 +181,6 @@
             RPointerArray<HBufC>& addressList);
 
     /**
-     * Cleanup
-     */
-    void CleanupL();
-
-    /**
      * Extracts the Message type based on the MTM value 
      * @param aEntry, TMsvEntry
      */
@@ -232,21 +233,6 @@
     TMsvEntry iPrevEntry;
 
     /**
-     * Root entry
-     */
-    CMsvEntry* iRootEntry;
-
-    /**
-     * Mesage count
-     */
-    TInt iMessageCount;
-
-    /**
-     * Messages under root entry
-     */
-    CMsvEntrySelection* iMessages;
-
-    /**
      * Master array for holding all the messages 
      */
    RArray<TMsvId>* iMessageArray;