emailservices/emailframework/inc/MFSMailIterator.h
changeset 20 ecc8def7944a
parent 18 578830873419
equal deleted inserted replaced
18:578830873419 20:ecc8def7944a
    33  */
    33  */
    34 class MFSMailIterator
    34 class MFSMailIterator
    35     {
    35     {
    36 
    36 
    37 public:
    37 public:
    38 									
    38                                     
    39     /**
    39     /**
    40      * Lists user given count of email objects located after user
    40      * Lists user given count of email objects located after user
    41      * given start point.
    41      * given start point.
    42      *
    42      *
    43      * @param aCurrentMessageId start point is id of the first message
    43      * @param aCurrentMessageId start point is id of the first message
    98                               TUint aCount, 
    98                               TUint aCount, 
    99                               RPointerArray<CFSMailMessage>& aMessages) = 0;
    99                               RPointerArray<CFSMailMessage>& aMessages) = 0;
   100     /**
   100     /**
   101      * Destructor.
   101      * Destructor.
   102      */  
   102      */  
   103    	 virtual ~MFSMailIterator() { }; 
   103      virtual ~MFSMailIterator() { }; 
   104         	
   104             
   105    	};
   105     };
   106 
   106 
   107 #endif  // MFSMAILITERATOR_H
   107 #endif  // MFSMAILITERATOR_H
   108 
   108 
   109 
   109 
   110 // End of File
   110 // End of File