syncmlfw/ds/hostserver/dshostserverbase/inc/Nsmldshostsessioncancel.h
branchRCL_3
changeset 58 4af31167ea77
parent 14 9e9792ae22e3
equal deleted inserted replaced
42:490439ac0bd4 58:4af31167ea77
    57     //Second phase construction.
    57     //Second phase construction.
    58     void ConstructL();
    58     void ConstructL();
    59     //From CActive class
    59     //From CActive class
    60     void RunL();
    60     void RunL();
    61     void DoCancel();
    61     void DoCancel();
       
    62     TInt RunError ( TInt aError );
    62 
    63 
    63 private:
    64 private:
    64     MNSmlDsHostSessionCancelEventHandler* iHandler;
    65     MNSmlDsHostSessionCancelEventHandler* iHandler;
    65     RProperty iProperty;
    66     RProperty iProperty;
    66 	};
    67 	};