ipsservices/ipssosplugin/inc/ipsplgpop3connectop.h
changeset 20 ecc8def7944a
parent 18 578830873419
child 23 2dc6caa42ec3
--- a/ipsservices/ipssosplugin/inc/ipsplgpop3connectop.h	Fri Apr 16 14:51:52 2010 +0300
+++ b/ipsservices/ipssosplugin/inc/ipsplgpop3connectop.h	Mon May 03 12:23:15 2010 +0300
@@ -27,13 +27,11 @@
 * Encapsulates connection validation.
 */
 NONSHARABLE_CLASS ( CIpsPlgPop3ConnectOp ) :
-    public CIpsPlgOnlineOperation,
-    public MIpsPlgConnectOpCallback
+    public CIpsPlgOnlineOperation
+    // public MIpsPlgConnectOpCallback <qmail> not used any more
     {
-public://from MIpsPlgConnectOpCallback
-    
-    void CredientialsSetL( TInt aEvent );
-    public:
+    // <qmail> MIpsPlgConnectOpCallback not used any more
+public:
 
         /**
         *
@@ -45,10 +43,9 @@
             TBool aForcePopulate,
             CIpsPlgTimerOperation& aActivityTimer,
             TFSMailMsgId aFSMailBoxId,
-            MFSMailRequestObserver& aFSOperationObserver,
+            MFSMailRequestObserver* aFSOperationObserver,
             TInt aFSRequestId,
-            CIpsPlgEventHandler* aEventHandler=NULL,
-            TBool aSignallingAllowed=ETrue );
+            CIpsPlgEventHandler* aEventHandler=NULL );
 
         /**
         *
@@ -66,7 +63,12 @@
         TFSProgress GetFSProgressL() const;
 
 // <qmail> Connected() used from baseclass
-        virtual TInt IpsOpType() const;
+        
+        // <qmail> change ret val type
+        /**
+         * Returns operation type
+         */
+        TIpsOpType IpsOpType() const;
 
     protected:
 
@@ -102,10 +104,9 @@
             TBool aForcePopulate,
             CIpsPlgTimerOperation& aActivityTimer,
             TFSMailMsgId aFSMailBoxId,
-            MFSMailRequestObserver& aFSOperationObserver,
+            MFSMailRequestObserver* aFSOperationObserver,
             TInt aFSRequestId,
-            CIpsPlgEventHandler* aEventHandler,
-            TBool aSignallingAllowed );
+            CIpsPlgEventHandler* aEventHandler );
 
         /**
         *