web_pub/favourites_engine_api/inc/FavouritesFile.h
changeset 65 5bfc169077b2
parent 36 0ed94ceaa377
child 74 91031d3aab7d
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    19 #ifndef FAVOURITES_FILE_H
    19 #ifndef FAVOURITES_FILE_H
    20 #define FAVOURITES_FILE_H
    20 #define FAVOURITES_FILE_H
    21 
    21 
    22 //  INCLUDES
    22 //  INCLUDES
    23 
    23 
    24 #include <favouriteshandle.h>
    24 #include <FavouritesHandle.h>
    25 
    25 
    26 // FORWARD DECLARATION
    26 // FORWARD DECLARATION
    27 
    27 
    28 class RFavouritesDb;
    28 class RFavouritesDb;
    29 class CFavouritesFileImpl;
    29 class CFavouritesFileImpl;
   116 
   116 
   117         CFavouritesFileImpl* iImpl;  ///< Implementation. Owned.
   117         CFavouritesFileImpl* iImpl;  ///< Implementation. Owned.
   118 
   118 
   119     };
   119     };
   120 
   120 
   121 #include <favouritesfile.inl>
   121 #include <FavouritesFile.inl>
   122 
   122 
   123 #endif
   123 #endif
   124 
   124 
   125 // End of File
   125 // End of File