equal
deleted
inserted
replaced
13 * |
13 * |
14 * Description: A task to update a Feed. |
14 * Description: A task to update a Feed. |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 |
|
19 #ifndef UPDATE_FEED_TASK_H |
18 #ifndef UPDATE_FEED_TASK_H |
20 #define UPDATE_FEED_TASK_H |
19 #define UPDATE_FEED_TASK_H |
21 |
20 |
22 |
|
23 // INCLUDES |
21 // INCLUDES |
24 #include <e32base.h> |
22 #include <e32base.h> |
25 |
23 |
26 #include "FeedParserObserver.h" |
24 #include "FeedParserObserver.h" |
27 #include "LeakTracker.h" |
25 #include <leaktracker.h> |
28 #include "LoadObserver.h" |
26 #include "LoadObserver.h" |
29 #include "Task.h" |
27 #include "Task.h" |
30 |
28 |
31 // CONSTANTS |
29 // CONSTANTS |
32 |
30 |