web_pub/favourites_engine_api/inc/FavouritesFile.h
changeset 100 1218a829abb5
parent 74 91031d3aab7d
equal deleted inserted replaced
97:12b27423e739 100:1218a829abb5
    21 
    21 
    22 #warning The Favorites API will be removed wk25. Please see http://wikis.in.nokia.com/Browser/APIMigration for more information
    22 #warning The Favorites API will be removed wk25. Please see http://wikis.in.nokia.com/Browser/APIMigration for more information
    23 
    23 
    24 //  INCLUDES
    24 //  INCLUDES
    25 
    25 
    26 #include <FavouritesHandle.h>
    26 #include <favouriteshandle.h>
    27 
    27 
    28 // FORWARD DECLARATION
    28 // FORWARD DECLARATION
    29 
    29 
    30 class RFavouritesDb;
    30 class RFavouritesDb;
    31 class CFavouritesFileImpl;
    31 class CFavouritesFileImpl;
   118 
   118 
   119         CFavouritesFileImpl* iImpl;  ///< Implementation. Owned.
   119         CFavouritesFileImpl* iImpl;  ///< Implementation. Owned.
   120 
   120 
   121     };
   121     };
   122 
   122 
   123 #include <FavouritesFile.inl>
   123 #include <favouritesfile.inl>
   124 
   124 
   125 #endif
   125 #endif
   126 
   126 
   127 // End of File
   127 // End of File