equal
deleted
inserted
replaced
17 |
17 |
18 |
18 |
19 #ifndef FAVOURITES_HANDLE_H |
19 #ifndef FAVOURITES_HANDLE_H |
20 #define FAVOURITES_HANDLE_H |
20 #define FAVOURITES_HANDLE_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 <e32base.h> |
24 #include <e32base.h> |
27 #include <FavouritesSession.h> |
25 #include <favouritessession.h> |
28 |
26 |
29 // CLASS DECLARATION |
27 // CLASS DECLARATION |
30 |
28 |
31 /** |
29 /** |
32 * RFavouritesHandle is the favourite object handle. |
30 * RFavouritesHandle is the favourite object handle. |
126 RFavouritesSession iSess; ///< Session handle. |
124 RFavouritesSession iSess; ///< Session handle. |
127 TInt iHandle; ///< Handle number. |
125 TInt iHandle; ///< Handle number. |
128 |
126 |
129 }; |
127 }; |
130 |
128 |
131 #include <FavouritesHandle.inl> |
129 #include <favouriteshandle.inl> |
132 |
130 |
133 #endif |
131 #endif |
134 |
132 |
135 // End of File |
133 // End of File |