email/pop3andsmtpmtm/clientmtms/inc/OFFOP.H
changeset 76 60a8a215b0ec
parent 0 72b543305e3a
equal deleted inserted replaced
73:ecf6a73a9186 76:60a8a215b0ec
    25 #endif
    25 #endif
    26 
    26 
    27 #if !defined(__MSVSTORE_H__)
    27 #if !defined(__MSVSTORE_H__)
    28 #include <msvstore.h>
    28 #include <msvstore.h>
    29 #endif
    29 #endif
    30 
    30 #include <impcmtm.h>
    31 #include <miut_err.h>
    31 #include <miut_err.h>
    32 
    32 
    33 const TInt KCurrentOfflineOperationArrayVersion = 2;
    33 const TInt KCurrentOfflineOperationArrayVersion = 2;
    34 _LIT(KImcmPanic, "IMCM");
    34 _LIT(KImcmPanic, "IMCM");
    35 
    35 
   223         TMsvId  iFolderId;
   223         TMsvId  iFolderId;
   224         TInt    iLine;
   224         TInt    iLine;
   225         CArrayFixFlat<TQueuedOperation> *iArray;
   225         CArrayFixFlat<TQueuedOperation> *iArray;
   226     };
   226     };
   227 
   227 
   228 class MImUndoOffLineOperation
   228 
   229 /**
       
   230 @internalTechnology
       
   231 @released
       
   232 */
       
   233     {
       
   234     public:
       
   235         virtual void UndoOffLineChangesL(const CImOffLineOperation& aDeleted, TMsvId aFolderId) = 0; 
       
   236     };
       
   237 
   229 
   238 class CImOperationQueueList : public CBase
   230 class CImOperationQueueList : public CBase
   239 /**
   231 /**
   240 @internalComponent
   232 @internalComponent
   241 @released
   233 @released