browserui/browser/FavouritesInc/BrowserFavouritesView.h
changeset 10 4530440261a8
parent 0 84ad3b177aa3
child 15 d6f226a5ad2c
equal deleted inserted replaced
5:e45c3f40ea5f 10:4530440261a8
   218         * Get items to be displayed in a folder. Expects the model's db be
   218         * Get items to be displayed in a folder. Expects the model's db be
   219         * open.
   219         * open.
   220         * @param aFolder Folder which contains the items.
   220         * @param aFolder Folder which contains the items.
   221         * @return List of items. Pushed on the cleanup stack.
   221         * @return List of items. Pushed on the cleanup stack.
   222         */
   222         */
   223         virtual CFavouritesItemList* GetItemsLC( TInt aFolder );
   223         virtual CFavouritesItemList* GetItemsL( TInt aFolder );
   224 
   224 
   225 	public:
   225 	public:
   226 	
   226 	
   227         /**
   227         /**
   228         * Get the model.
   228         * Get the model.
   562         // Flag to indicate that we are about to open Preferences view,
   562         // Flag to indicate that we are about to open Preferences view,
   563         // in order not to return to root folder afterwards.
   563         // in order not to return to root folder afterwards.
   564         TBool iSaveStateOnDeactivate;
   564         TBool iSaveStateOnDeactivate;
   565 
   565 
   566         CBrowserFavouritesListboxState* iSavedListboxState;
   566         CBrowserFavouritesListboxState* iSavedListboxState;
       
   567         
       
   568         //Added one variable to hold the data retrieved from database
       
   569         CFavouritesItemList* iBookmarkitems;
   567 	};
   570 	};
   568 
   571 
   569 #include "BrowserFavouritesView.inl"
   572 #include "BrowserFavouritesView.inl"
   570 
   573 
   571 #endif
   574 #endif