web_pub/favourites_engine_api/inc/FavouritesHandle.h
changeset 100 1218a829abb5
parent 74 91031d3aab7d
equal deleted inserted replaced
97:12b27423e739 100:1218a829abb5
    22 #warning The Favorites API will be removed wk25. Please see http://wikis.in.nokia.com/Browser/APIMigration for more information
    22 #warning The Favorites API will be removed wk25. Please see http://wikis.in.nokia.com/Browser/APIMigration for more information
    23 
    23 
    24 //  INCLUDES
    24 //  INCLUDES
    25 
    25 
    26 #include <e32base.h>
    26 #include <e32base.h>
    27 #include <FavouritesSession.h>
    27 #include <favouritessession.h>
    28 
    28 
    29 // CLASS DECLARATION
    29 // CLASS DECLARATION
    30 
    30 
    31 /**
    31 /**
    32 * RFavouritesHandle is the favourite object handle.
    32 * RFavouritesHandle is the favourite object handle.
   126         RFavouritesSession iSess;   ///< Session handle.
   126         RFavouritesSession iSess;   ///< Session handle.
   127         TInt iHandle;               ///< Handle number.
   127         TInt iHandle;               ///< Handle number.
   128 
   128 
   129     };
   129     };
   130 
   130 
   131 #include <FavouritesHandle.inl>
   131 #include <favouriteshandle.inl>
   132 
   132 
   133 #endif
   133 #endif
   134             
   134             
   135 // End of File
   135 // End of File