equal
deleted
inserted
replaced
17 |
17 |
18 |
18 |
19 #ifndef __FEEDSENTITY_H |
19 #ifndef __FEEDSENTITY_H |
20 #define __FEEDSENTITY_H |
20 #define __FEEDSENTITY_H |
21 |
21 |
|
22 #warning The Feeds Engine API will be removed wk25. Please see http://wikis.in.nokia.com/Browser/APIMigration for more information |
|
23 |
22 // INCLUDES |
24 // INCLUDES |
23 #include <e32std.h> |
25 #include <e32std.h> |
24 #include <e32base.h> |
26 #include <e32base.h> |
25 |
27 |
26 // CONSTANTS |
28 // CONSTANTS |
244 }; |
246 }; |
245 |
247 |
246 #endif //__FEEDSENTITY_H__ |
248 #endif //__FEEDSENTITY_H__ |
247 |
249 |
248 |
250 |
|
251 |