diff -r a32b19fb291e -r 5b14749788d7 messagingapp/msgappfw/plugins/msgplugin/inc/ccsmsghandler.h --- a/messagingapp/msgappfw/plugins/msgplugin/inc/ccsmsghandler.h Thu Jun 17 09:57:06 2010 +0100 +++ b/messagingapp/msgappfw/plugins/msgplugin/inc/ccsmsghandler.h Thu Jul 22 16:32:06 2010 +0100 @@ -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& 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* iMessageArray;