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