sensorservices/tiltcompensationssy/inc/tcsendeventtimer.h
branchRCL_3
changeset 23 c26be94c8889
parent 22 8cb079868133
equal deleted inserted replaced
22:8cb079868133 23:c26be94c8889
    70         void DoCancel();
    70         void DoCancel();
    71         
    71         
    72         // @see CActive
    72         // @see CActive
    73         TInt RunError( TInt aError );
    73         TInt RunError( TInt aError );
    74 	public:
    74 	public:
    75 		void Start( );
    75 		void Start(TInt aHrz );
    76         
       
    77     private: // Private data for base channel
    76     private: // Private data for base channel
    78     
    77     
    79     // The timer object
    78     // The timer object
    80     RTimer iTimer;
    79     RTimer iTimer;
    81     
    80