messagingappbase/msgerrorwatcher/inc/MsgSentItemsObserver.h
branchRCL_3
changeset 77 da6ac9d688df
parent 0 72b543305e3a
equal deleted inserted replaced
71:17302fa075e1 77:da6ac9d688df
   139         * Delete the messages specified by aSelection
   139         * Delete the messages specified by aSelection
   140         *
   140         *
   141         * @param aSelection Enties to be deleted
   141         * @param aSelection Enties to be deleted
   142         */
   142         */
   143         void DeleteMessagesFromSentFolderL( CMsvEntrySelection* aSelection );
   143         void DeleteMessagesFromSentFolderL( CMsvEntrySelection* aSelection );
       
   144 		
       
   145 		/**
       
   146         * Delete the messages specified by aSelection
       
   147         * aSelection is expected to have count 1
       
   148         * @param aSelection Enties to be deleted
       
   149         */
       
   150         void DeleteSingleEntryL(CMsvEntrySelection* aSelection);
   144 
   151 
   145     private: //from CActive
   152     private: //from CActive
   146 
   153 
   147         /**
   154         /**
   148         * From CActive
   155         * From CActive
   164         CRepository* iRepository;
   171         CRepository* iRepository;
   165         TInt8 iCleanupFlags;
   172         TInt8 iCleanupFlags;
   166         CMsvOperation* iOp;
   173         CMsvOperation* iOp;
   167         TUint iRetryCounter;
   174         TUint iRetryCounter;
   168         TInt iMsgStoreDrive;
   175         TInt iMsgStoreDrive;
       
   176         
       
   177         class CMsvEntrySelection*	iQudUPEntryBeingDeleted;
       
   178         class CMsvEntrySelection*	iQueuedUPEntriesToBeDeleted;
       
   179         TInt						iRetryCounterIfEntryDelFailed;
       
   180         
   169     };
   181     };
   170 
   182 
   171 #endif      // MSGSENTITEMSOBSERVER_H
   183 #endif      // MSGSENTITEMSOBSERVER_H
   172             
   184             
   173 // End of File
   185 // End of File