web_pub/favourites_engine_api/inc/FavouritesFile.h
changeset 25 0ed94ceaa377
parent 0 dd21522fd290
child 48 79859ed3eea9
equal deleted inserted replaced
22:9a9a761f03f1 25:0ed94ceaa377
    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