omadrm/drmengine/drmclock/Inc/GPSWatcher.h
branchRCL_3
changeset 13 a20e54f39dd4
parent 12 8a03a285ab14
child 16 457cd4423b8c
equal deleted inserted replaced
12:8a03a285ab14 13:a20e54f39dd4
    24 
    24 
    25 
    25 
    26 class CGPSTimeUpdater;
    26 class CGPSTimeUpdater;
    27 class CDRMClock;
    27 class CDRMClock;
    28 
    28 
    29 class CGPSWatcher : public CActive
    29 class CGPSWatcher : public CTimer
    30 	{
    30 	{
    31 public:
    31 public:
    32 	~CGPSWatcher();
    32 	~CGPSWatcher();
    33 	static CGPSWatcher* NewL( CDRMClock* aClock );
    33 	static CGPSWatcher* NewL( CDRMClock* aClock );
    34 
    34 
    49 	// owned
    49 	// owned
    50 	CGPSTimeUpdater *iTimeUpdater;
    50 	CGPSTimeUpdater *iTimeUpdater;
    51 	
    51 	
    52 	// not owned
    52 	// not owned
    53 	CDRMClock* iClock;
    53 	CDRMClock* iClock;
       
    54 
       
    55 	// Retry counter
       
    56 	TInt iRetryCounter;
    54 	};
    57 	};
    55 
    58 
    56 #endif /* GPSWATCHER_H_ */
    59 #endif /* GPSWATCHER_H_ */