equal
deleted
inserted
replaced
17 |
17 |
18 |
18 |
19 #ifndef FAVOURITES_DB_H |
19 #ifndef FAVOURITES_DB_H |
20 #define FAVOURITES_DB_H |
20 #define FAVOURITES_DB_H |
21 |
21 |
|
22 #warning The Favorites API will be removed wk25. Please see http://wikis.in.nokia.com/Browser/APIMigration for more information |
|
23 |
22 // INCLUDES |
24 // INCLUDES |
23 |
25 |
24 #include <e32base.h> |
26 #include <e32base.h> |
25 #include <d32dbms.h> |
27 #include <d32dbms.h> |
26 #include <favouritesitem.h> |
28 #include <FavouritesItem.h> |
27 #include <favouriteslimits.h> |
29 #include <FavouritesLimits.h> |
28 #include <favouritessession.h> |
30 #include <FavouritesSession.h> |
29 #include <favouriteshandle.h> |
31 #include <FavouritesHandle.h> |
30 |
32 |
31 // FORWARD DECLARATIONS |
33 // FORWARD DECLARATIONS |
32 |
34 |
33 class CFavouritesItemList; |
35 class CFavouritesItemList; |
34 class MFavouritesItemData; |
36 class MFavouritesItemData; |