equal
deleted
inserted
replaced
17 |
17 |
18 |
18 |
19 #ifndef BRCTLDOWNLOADOBSERVER_H |
19 #ifndef BRCTLDOWNLOADOBSERVER_H |
20 #define BRCTLDOWNLOADOBSERVER_H |
20 #define BRCTLDOWNLOADOBSERVER_H |
21 |
21 |
|
22 #warning The Browser Control API will be removed wk25. Please see http://wikis.in.nokia.com/Browser/APIMigration for more information |
|
23 |
22 // INCLUDES |
24 // INCLUDES |
23 #include <e32std.h> |
25 #include <e32std.h> |
24 #include <e32base.h> |
26 #include <e32base.h> |
25 #include <brctldefs.h> |
27 #include <BrCtlDefs.h> |
26 |
28 |
27 // CONSTANTS |
29 // CONSTANTS |
28 |
30 |
29 // MACROS |
31 // MACROS |
30 |
32 |
84 * The MBrCtlDownloadObserver class handles download events. |
86 * The MBrCtlDownloadObserver class handles download events. |
85 * |
87 * |
86 * Usage: |
88 * Usage: |
87 * |
89 * |
88 * @code |
90 * @code |
89 * #include <brctldownloadobserver.h> |
91 * #include <BrCtlDownloadObserver.h> |
90 * |
92 * |
91 * |
93 * |
92 * @see S60 Platform: Browser Control API Developer's Guide Version 2.0 |
94 * @see S60 Platform: Browser Control API Developer's Guide Version 2.0 |
93 * @lib BrowserEngine.lib |
95 * @lib BrowserEngine.lib |
94 * @file brctldownloadobserver.h |
96 * @file BrCtlDownloadObserver.h |
95 * @endcode * |
97 * @endcode * |
96 */ |
98 */ |
97 class MBrCtlDownloadObserver |
99 class MBrCtlDownloadObserver |
98 { |
100 { |
99 public: // New functions |
101 public: // New functions |