branch | RCL_3 |
changeset 25 | 3533d4323edc |
parent 24 | d189ee25cf9d |
24:d189ee25cf9d | 25:3533d4323edc |
---|---|
25 }; |
25 }; |
26 |
26 |
27 /** |
27 /** |
28 * Simple Timer Operation. Completes observer when time expires. |
28 * Simple Timer Operation. Completes observer when time expires. |
29 */ |
29 */ |
30 NONSHARABLE_CLASS ( CIpsPlgTimerOperation ) : public CActive |
30 class CIpsPlgTimerOperation : public CActive |
31 { |
31 { |
32 public: |
32 public: |
33 /** |
33 /** |
34 * |
34 * |
35 */ |
35 */ |