sensorservices/tiltcompensationssy/inc/tcsendeventtimer.h
branchRCL_3
changeset 61 8cb079868133
parent 60 ccb4f6b3db21
child 66 c26be94c8889
equal deleted inserted replaced
60:ccb4f6b3db21 61:8cb079868133
    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(TInt aHrz );
    75 		void Start( );
       
    76         
    76     private: // Private data for base channel
    77     private: // Private data for base channel
    77     
    78     
    78     // The timer object
    79     // The timer object
    79     RTimer iTimer;
    80     RTimer iTimer;
    80     
    81