lafagnosticuifoundation/cone/src/coepriv.h
branchRCL_3
changeset 18 fcdfafb36fe7
parent 0 2f259fa3e83a
child 19 aecbbf00d063
equal deleted inserted replaced
17:a1caeb42b3a3 18:fcdfafb36fe7
    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