lafagnosticuifoundation/cone/src/coepriv.h
branchRCL_3
changeset 56 d48ab3b357f1
parent 55 aecbbf00d063
equal deleted inserted replaced
55:aecbbf00d063 56:d48ab3b357f1
    33 class CCoeRedrawer : public CActive
    33 class CCoeRedrawer : public CActive
    34 	{
    34 	{
    35 public:
    35 public:
    36 	CCoeRedrawer(RWsSession& aWsSession);
    36 	CCoeRedrawer(RWsSession& aWsSession);
    37 	~CCoeRedrawer();
    37 	~CCoeRedrawer();
       
    38 
    38 private:
    39 private:
    39 	void Queue();
    40 	void Queue();
    40 	// from CActive
    41 	// from CActive
    41 	virtual void RunL();
    42 	virtual void RunL();
    42 	virtual void DoCancel();
    43 	virtual void DoCancel();
       
    44 	virtual TInt RunError( TInt aError );
       
    45 
    43 private:
    46 private:
    44 	RWsSession& iWsSession;
    47 	RWsSession& iWsSession;
    45 	TBool iFirstRunL;
    48 	TBool iFirstRunL;
    46 	};
    49 	};
    47 
    50