equal
deleted
inserted
replaced
17 |
17 |
18 |
18 |
19 #ifndef FAVOURITES_FILE_H |
19 #ifndef FAVOURITES_FILE_H |
20 #define FAVOURITES_FILE_H |
20 #define FAVOURITES_FILE_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 <favouriteshandle.h> |
26 #include <FavouritesHandle.h> |
25 |
27 |
26 // FORWARD DECLARATION |
28 // FORWARD DECLARATION |
27 |
29 |
28 class RFavouritesDb; |
30 class RFavouritesDb; |
29 class CFavouritesFileImpl; |
31 class CFavouritesFileImpl; |
116 |
118 |
117 CFavouritesFileImpl* iImpl; ///< Implementation. Owned. |
119 CFavouritesFileImpl* iImpl; ///< Implementation. Owned. |
118 |
120 |
119 }; |
121 }; |
120 |
122 |
121 #include <favouritesfile.inl> |
123 #include <FavouritesFile.inl> |
122 |
124 |
123 #endif |
125 #endif |
124 |
126 |
125 // End of File |
127 // End of File |