epoc32/include/mw/favouritesfile.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
    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