ipsservices/ipssosplugin/inc/ipsplgdisconnectop.h
changeset 23 2dc6caa42ec3
parent 20 ecc8def7944a
equal deleted inserted replaced
20:ecc8def7944a 23:2dc6caa42ec3
    35     * @param aService serviceId of the mailbox
    35     * @param aService serviceId of the mailbox
    36     * @param aActivityTimer mailbox specific activity timer
    36     * @param aActivityTimer mailbox specific activity timer
    37     * @param aFSMailBoxId specifies mailbox
    37     * @param aFSMailBoxId specifies mailbox
    38     * @param aFSOperationObserver observer of the operation
    38     * @param aFSOperationObserver observer of the operation
    39     * @param aFSRequestId identifier for this request instance
    39     * @param aFSRequestId identifier for this request instance
    40     * @param aDoRemoveAfterDisconnect
       
    41     * @return instance of this operation class
    40     * @return instance of this operation class
    42     */
    41     */
    43     // <qmail> parameter removed
    42     // <qmail> aDoRemoveAfterDisconnect parameter removed
       
    43 	// <qmail> MFSMailRequestObserver& changed to pointer
    44     static CIpsPlgDisconnectOp* NewL(
    44     static CIpsPlgDisconnectOp* NewL(
    45         CMsvSession& aMsvSession,
    45         CMsvSession& aMsvSession,
    46         TRequestStatus& aObserverRequestStatus,
    46         TRequestStatus& aObserverRequestStatus,
    47         TMsvId aService,
    47         TMsvId aService,
    48         CIpsPlgTimerOperation& aActivityTimer,
    48         CIpsPlgTimerOperation& aActivityTimer,
    69 
    69 
    70    // <qmail> Connected() used from baseclass
    70    // <qmail> Connected() used from baseclass
    71    
    71    
    72    // <qmail> new function in this op
    72    // <qmail> new function in this op
    73    TIpsOpType IpsOpType() const;
    73    TIpsOpType IpsOpType() const;
       
    74    // </qmail>
    74    
    75    
    75 protected: // From CActive
    76 protected: // From CActive
    76     void DoRunL();
    77     void DoRunL();
    77     
    78     
    78 private:
    79 private:
    79 
    80 
       
    81 	// <qmail> aDoRemoveAfterDisconnect parameter removed
       
    82 	// <qmail> MFSMailRequestObserver& changed to pointer
    80     CIpsPlgDisconnectOp(
    83     CIpsPlgDisconnectOp(
    81         CMsvSession& aMsvSession,
    84         CMsvSession& aMsvSession,
    82         TRequestStatus& aObserverRequestStatus,
    85         TRequestStatus& aObserverRequestStatus,
    83         TMsvId aServiceId,
    86         TMsvId aServiceId,
    84         CIpsPlgTimerOperation& aActivityTimer,
    87         CIpsPlgTimerOperation& aActivityTimer,