equal
deleted
inserted
replaced
13 * |
13 * |
14 * Description: The FeedsServer main server class. |
14 * Description: The FeedsServer main server class. |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
|
18 |
18 #ifndef FEEDS_SERVER_H |
19 #ifndef FEEDS_SERVER_H |
19 #define FEEDS_SERVER_H |
20 #define FEEDS_SERVER_H |
20 |
21 |
|
22 |
21 // INCLUDES |
23 // INCLUDES |
22 #include <e32base.h> |
24 #include <e32base.h> |
23 |
25 |
24 #include <leaktracker.h> |
26 #include "LeakTracker.h" |
25 #include "UpdateAllFeedsTask.h" |
27 #include "UpdateAllFeedsTask.h" |
26 #include "etel3rdparty.h" |
28 #include "etel3rdparty.h" |
27 |
29 |
28 // CONSTANTS |
30 // CONSTANTS |
29 const TInt KDefaultFolderListId = 0; |
31 const TInt KDefaultFolderListId = 0; |