equal
deleted
inserted
replaced
69 to prevent an early switch back into a low power mode. |
69 to prevent an early switch back into a low power mode. |
70 **/ |
70 **/ |
71 { |
71 { |
72 public: |
72 public: |
73 static CArbitrationDelayTimer* NewL(CPhysicalLink* aParent); |
73 static CArbitrationDelayTimer* NewL(CPhysicalLink* aParent); |
|
74 ~CArbitrationDelayTimer(); |
74 TInt Start(TBool aImmediate, TBool aLocalPriority); |
75 TInt Start(TBool aImmediate, TBool aLocalPriority); |
75 void Restart(); |
76 void Restart(); |
76 |
77 |
77 private: |
78 private: |
78 CArbitrationDelayTimer(CPhysicalLink* aParent); |
79 CArbitrationDelayTimer(CPhysicalLink* aParent); |