web_pub/download_mgr_ui_api/inc/DownloadsListDlgObserver.h
changeset 65 5bfc169077b2
parent 42 d39add9822e2
child 74 91031d3aab7d
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    63 
    63 
    64         /**
    64         /**
    65         * setting the downloadlist hide to the observer.
    65         * setting the downloadlist hide to the observer.
    66         */
    66         */
    67         virtual void SetDownloadListHide( TBool aHide ) = 0;
    67         virtual void SetDownloadListHide( TBool aHide ) = 0;
    68 #ifdef BRDO_SINGLE_CLICK_ENABLED_FF
       
    69         /**
       
    70         * Adding Aiw Commands for the given MenuPane to the observer.
       
    71         */
       
    72         virtual void AIWPlugInMenusL(TInt aResourceId,CEikMenuPane* aMenuPane) = 0;
       
    73 #endif        
       
    74     };
    68     };
    75 
    69 
    76 #endif /* DOWNLOADSLISTDLGOBSERVER_H */
    70 #endif /* DOWNLOADSLISTDLGOBSERVER_H */
    77 
    71