web_pub/favourites_engine_api/inc/FavouritesHandle.h
changeset 36 0ed94ceaa377
parent 0 dd21522fd290
child 65 5bfc169077b2
child 93 79859ed3eea9
equal deleted inserted replaced
32:9a9a761f03f1 36:0ed94ceaa377
    20 #define FAVOURITES_HANDLE_H
    20 #define FAVOURITES_HANDLE_H
    21 
    21 
    22 //  INCLUDES
    22 //  INCLUDES
    23 
    23 
    24 #include <e32base.h>
    24 #include <e32base.h>
    25 #include <FavouritesSession.h>
    25 #include <favouritessession.h>
    26 
    26 
    27 // CLASS DECLARATION
    27 // CLASS DECLARATION
    28 
    28 
    29 /**
    29 /**
    30 * RFavouritesHandle is the favourite object handle.
    30 * RFavouritesHandle is the favourite object handle.
   124         RFavouritesSession iSess;   ///< Session handle.
   124         RFavouritesSession iSess;   ///< Session handle.
   125         TInt iHandle;               ///< Handle number.
   125         TInt iHandle;               ///< Handle number.
   126 
   126 
   127     };
   127     };
   128 
   128 
   129 #include <FavouritesHandle.inl>
   129 #include <favouriteshandle.inl>
   130 
   130 
   131 #endif
   131 #endif
   132             
   132             
   133 // End of File
   133 // End of File