browserui/browser/FavouritesInc/BrowserBookmarksView.h
changeset 24 868cceedabd3
parent 15 d6f226a5ad2c
child 26 97c9f46387be
equal deleted inserted replaced
18:b57c5fc53578 24:868cceedabd3
    23 
    23 
    24 // INCLUDE FILES
    24 // INCLUDE FILES
    25 #include "BrowserFavouritesView.h"
    25 #include "BrowserFavouritesView.h"
    26 #include "BrowserBookmarksGotoPane.h"
    26 #include "BrowserBookmarksGotoPane.h"
    27 #include "Preferences.h"
    27 #include "Preferences.h"
    28 #include <ApChangeObserver.h>
    28 #include <apchangeobserver.h>
    29 #include <BrCtlInterface.h>
    29 #include <brctlinterface.h>
    30 #include <AknToolbarObserver.h>
    30 #include <AknToolbarObserver.h>
    31 
    31 
    32 
    32 
    33 // CONSTANTS
    33 // CONSTANTS
    34 
    34 
   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* GetItemsL( TInt aFolder );
   274         virtual CFavouritesItemList* GetItemsLC( 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.