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 |
|
24 // INCLUDES |
22 // INCLUDES |
25 |
23 |
26 #include <FavouritesHandle.h> |
24 #include <favouriteshandle.h> |
27 |
25 |
28 // FORWARD DECLARATION |
26 // FORWARD DECLARATION |
29 |
27 |
30 class RFavouritesDb; |
28 class RFavouritesDb; |
31 class CFavouritesFileImpl; |
29 class CFavouritesFileImpl; |
118 |
116 |
119 CFavouritesFileImpl* iImpl; ///< Implementation. Owned. |
117 CFavouritesFileImpl* iImpl; ///< Implementation. Owned. |
120 |
118 |
121 }; |
119 }; |
122 |
120 |
123 #include <FavouritesFile.inl> |
121 #include <favouritesfile.inl> |
124 |
122 |
125 #endif |
123 #endif |
126 |
124 |
127 // End of File |
125 // End of File |