lafagnosticuifoundation/cone/src/coepriv.h
branchRCL_3
changeset 19 aecbbf00d063
parent 18 fcdfafb36fe7
child 20 d48ab3b357f1
equal deleted inserted replaced
18:fcdfafb36fe7 19:aecbbf00d063
    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 
       
    39 private:
    38 private:
    40 	void Queue();
    39 	void Queue();
    41 	// from CActive
    40 	// from CActive
    42 	virtual void RunL();
    41 	virtual void RunL();
    43 	virtual void DoCancel();
    42 	virtual void DoCancel();
    44 	virtual TInt RunError( TInt aError );
       
    45 
       
    46 private:
    43 private:
    47 	RWsSession& iWsSession;
    44 	RWsSession& iWsSession;
    48 	TBool iFirstRunL;
    45 	TBool iFirstRunL;
    49 	};
    46 	};
    50 
    47