web_pub/favourites_engine_api/inc/FavouritesHandle.h
branchRCL_3
changeset 93 79859ed3eea9
parent 36 0ed94ceaa377
child 94 919f36ff910f
equal deleted inserted replaced
92:e1bea15f9a39 93:79859ed3eea9
    17 
    17 
    18 
    18 
    19 #ifndef FAVOURITES_HANDLE_H
    19 #ifndef FAVOURITES_HANDLE_H
    20 #define FAVOURITES_HANDLE_H
    20 #define FAVOURITES_HANDLE_H
    21 
    21 
       
    22 #warning The Favorites API will be removed wk25. Please see http://wikis.in.nokia.com/Browser/APIMigration for more information
       
    23 
    22 //  INCLUDES
    24 //  INCLUDES
    23 
    25 
    24 #include <e32base.h>
    26 #include <e32base.h>
    25 #include <favouritessession.h>
    27 #include <FavouritesSession.h>
    26 
    28 
    27 // CLASS DECLARATION
    29 // CLASS DECLARATION
    28 
    30 
    29 /**
    31 /**
    30 * RFavouritesHandle is the favourite object handle.
    32 * RFavouritesHandle is the favourite object handle.
   124         RFavouritesSession iSess;   ///< Session handle.
   126         RFavouritesSession iSess;   ///< Session handle.
   125         TInt iHandle;               ///< Handle number.
   127         TInt iHandle;               ///< Handle number.
   126 
   128 
   127     };
   129     };
   128 
   130 
   129 #include <favouriteshandle.inl>
   131 #include <FavouritesHandle.inl>
   130 
   132 
   131 #endif
   133 #endif
   132             
   134             
   133 // End of File
   135 // End of File