web_pub/favourites_engine_api/inc/FavouritesHandle.h
changeset 65 5bfc169077b2
parent 36 0ed94ceaa377
child 74 91031d3aab7d
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    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