diff -r ecf6a73a9186 -r 60a8a215b0ec email/pop3andsmtpmtm/clientmtms/inc/IMPCMTM.H --- a/email/pop3andsmtpmtm/clientmtms/inc/IMPCMTM.H Tue Oct 05 13:58:47 2010 +0530 +++ b/email/pop3andsmtpmtm/clientmtms/inc/IMPCMTM.H Tue Oct 19 11:30:16 2010 +0530 @@ -39,9 +39,7 @@ #include #endif -#if !defined(__OFFOP_H__) -#include -#endif + #if !defined(__MIUTMSG_H__) #include @@ -53,6 +51,20 @@ class CImap4ClientSessionObserver; class CImImap4GetMail; class CImEmailAutoSend; +class CImOffLineOperation; +class CImOperationQueueList; + +class MImUndoOffLineOperation +/** +@publishedAll +@released +*/ + { + public: + virtual void UndoOffLineChangesL(const CImOffLineOperation& aDeleted, TMsvId aFolderId) = 0; + }; + + // // Imap4 Client MTM