web_pub/download_mgr_ui_api/inc/DownloadsListDlgObserver.h
changeset 74 91031d3aab7d
parent 65 5bfc169077b2
equal deleted inserted replaced
68:92a765b5b3e7 74:91031d3aab7d
    17 
    17 
    18 
    18 
    19 
    19 
    20 #ifndef DOWNLOADSLISTDLGOBSERVER_H
    20 #ifndef DOWNLOADSLISTDLGOBSERVER_H
    21 #define DOWNLOADSLISTDLGOBSERVER_H
    21 #define DOWNLOADSLISTDLGOBSERVER_H
       
    22 
       
    23 #warning This Download Manager UI API will be removed wk25. Please see http://wikis.in.nokia.com/Browser/APIMigration for more information
    22 
    24 
    23 //  INCLUDES
    25 //  INCLUDES
    24 #include <e32def.h>
    26 #include <e32def.h>
    25 #include <coedef.h>
    27 #include <coedef.h>
    26 #include <w32std.h>
    28 #include <w32std.h>
    67         virtual void SetDownloadListHide( TBool aHide ) = 0;
    69         virtual void SetDownloadListHide( TBool aHide ) = 0;
    68     };
    70     };
    69 
    71 
    70 #endif /* DOWNLOADSLISTDLGOBSERVER_H */
    72 #endif /* DOWNLOADSLISTDLGOBSERVER_H */
    71 
    73 
       
    74