browserui/browser/FavouritesInc/BrowserBookmarksView.h
changeset 10 4530440261a8
parent 0 84ad3b177aa3
child 15 d6f226a5ad2c
equal deleted inserted replaced
5:e45c3f40ea5f 10:4530440261a8
   269         * open.
   269         * open.
   270 		* @since 1.2
   270 		* @since 1.2
   271         * @param aFolder Folder which contains the items.
   271         * @param aFolder Folder which contains the items.
   272         * @return List of items. Pushed on the cleanup stack.
   272         * @return List of items. Pushed on the cleanup stack.
   273         */
   273         */
   274         virtual CFavouritesItemList* GetItemsLC( TInt aFolder );
   274         virtual CFavouritesItemList* GetItemsL( TInt aFolder );
   275 
   275 
   276         /**
   276         /**
   277         * Some displayed data has changed (Favourites database, AP-s, etc).
   277         * Some displayed data has changed (Favourites database, AP-s, etc).
   278         * Update the view so changes become visible. Safe to call if the view
   278         * Update the view so changes become visible. Safe to call if the view
   279         * is not active; in this case it does nothing.
   279         * is not active; in this case it does nothing.
   543         TBool iPenEnabled;
   543         TBool iPenEnabled;
   544         
   544         
   545         // Re-Entry Gate flag for Delete Bookmark routine
   545         // Re-Entry Gate flag for Delete Bookmark routine
   546         TBool iHandleDeleteInProgress;
   546         TBool iHandleDeleteInProgress;
   547 
   547 
       
   548         // updates the softkey
       
   549         TBool iSoftKeyUpdate;
       
   550 
   548 	};
   551 	};
   549 
   552 
   550 #endif
   553 #endif
   551 
   554 
   552 // End of file
   555 // End of file