web_pub/favourites_engine_api/inc/FavouritesFile.h
branchRCL_3
changeset 93 79859ed3eea9
parent 36 0ed94ceaa377
child 94 919f36ff910f
equal deleted inserted replaced
92:e1bea15f9a39 93:79859ed3eea9
    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