web_pub/favourites_engine_api/inc/FavouritesDb.h
branchRCL_3
changeset 94 919f36ff910f
parent 93 79859ed3eea9
equal deleted inserted replaced
93:79859ed3eea9 94:919f36ff910f
    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 
       
    24 //  INCLUDES
    22 //  INCLUDES
    25 
    23 
    26 #include <e32base.h>
    24 #include <e32base.h>
    27 #include <d32dbms.h>
    25 #include <d32dbms.h>
    28 #include <FavouritesItem.h>
    26 #include <favouritesitem.h>
    29 #include <FavouritesLimits.h>
    27 #include <favouriteslimits.h>
    30 #include <FavouritesSession.h>
    28 #include <favouritessession.h>
    31 #include <FavouritesHandle.h>
    29 #include <favouriteshandle.h>
    32 
    30 
    33 // FORWARD DECLARATIONS
    31 // FORWARD DECLARATIONS
    34 
    32 
    35 class CFavouritesItemList;
    33 class CFavouritesItemList;
    36 class MFavouritesItemData;
    34 class MFavouritesItemData;