emailuis/nmframeworkadapter/inc/nmfwamessagefetchingoperation.h
changeset 40 2c62ef3caffd
parent 23 2dc6caa42ec3
equal deleted inserted replaced
39:b0b89ca206b5 40:2c62ef3caffd
    37     // from MFSMailRequestObserver
    37     // from MFSMailRequestObserver
    38     void RequestResponseL(TFSProgress aEvent, TInt aRequestId);
    38     void RequestResponseL(TFSProgress aEvent, TInt aRequestId);
    39 
    39 
    40 protected:
    40 protected:
    41     void doRunAsyncOperation();
    41     void doRunAsyncOperation();
       
    42     void doCompleteOperation();
    42     void doCancelOperation();
    43     void doCancelOperation();
    43     
    44     
    44 private:
    45 private:
    45     ~NmFwaMessageFetchingOperation();
    46     ~NmFwaMessageFetchingOperation();
    46     
    47