web_pub/download_mgr_ui_api/inc/DownloadsListDlgObserver.h
changeset 42 d39add9822e2
parent 17 c8a366e56285
child 65 5bfc169077b2
child 67 4917f9bf7995
equal deleted inserted replaced
38:6297cdf66332 42:d39add9822e2
    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        
    68     };
    74     };
    69 
    75 
    70 #endif /* DOWNLOADSLISTDLGOBSERVER_H */
    76 #endif /* DOWNLOADSLISTDLGOBSERVER_H */
    71 
    77