emailservices/emailclientapi/inc/messageiterator.h
branchRCL_3
changeset 25 3533d4323edc
parent 24 d189ee25cf9d
--- a/emailservices/emailclientapi/inc/messageiterator.h	Tue Aug 31 15:04:17 2010 +0300
+++ b/emailservices/emailclientapi/inc/messageiterator.h	Wed Sep 01 12:28:57 2010 +0100
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). 
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -20,7 +20,7 @@
                                                                              
 #include <mmessageiterator.h>                                                                             
 #include "emailapidefs.h"
-#include "CFSMailCommon.h"
+#include "cfsmailcommon.h"
 
 using namespace EmailInterface;
 
@@ -54,21 +54,21 @@
     
 public: // from MEmailInterface              
 
-    TEmailTypeId InterfaceId() const;
+    virtual TEmailTypeId InterfaceId() const;
 
-    void Release();
+    virtual void Release();
     
 public: // from MMessageIterator
 
     /** @see MMessageIterator */
-    MEmailMessage* NextL();
+    virtual MEmailMessage* NextL();
     
     /** @see MMessageIterator 
      (not implemented) */
     
-    MEmailMessage* PreviousL();
+    virtual MEmailMessage* PreviousL();
     
-    TUint Count() const;
+    virtual TUint Count() const;
         
 
 private:   
@@ -132,4 +132,4 @@
 
 #endif // CMESSAGEITERATOR_H
 
-// End of file
+// End of file.