terminalsecurity/SCP/SCPClient/inc/SCPLockObserver.h
branchRCL_3
changeset 23 4af31167ea77
parent 15 007508d6e57b
child 25 b183ec05bd8c
equal deleted inserted replaced
21:490439ac0bd4 23:4af31167ea77
    75         */
    75         */
    76         void ConstructL();
    76         void ConstructL();
    77     private: // from CActive
    77     private: // from CActive
    78          /** @see CActive::RunL() */
    78          /** @see CActive::RunL() */
    79 		void RunL();
    79 		void RunL();
       
    80 		TInt RunError(TInt aError);
    80 		/** @see CActive::DoCancel() */
    81 		/** @see CActive::DoCancel() */
    81         void DoCancel();
    82         void DoCancel();
    82     private: // data
    83     private: // data
    83         CSCPQueryDialog*      iDialog; //not owned!
    84         CSCPQueryDialog*      iDialog; //not owned!
    84         RProperty            iProperty;
    85         RProperty            iProperty;