equal
deleted
inserted
replaced
16 */ |
16 */ |
17 |
17 |
18 |
18 |
19 #ifndef BRCTLSOFTKEYSOBSERVER_H |
19 #ifndef BRCTLSOFTKEYSOBSERVER_H |
20 #define BRCTLSOFTKEYSOBSERVER_H |
20 #define BRCTLSOFTKEYSOBSERVER_H |
|
21 |
|
22 #warning The Browser Control API will be removed wk25. Please see http://wikis.in.nokia.com/Browser/APIMigration for more information |
21 |
23 |
22 // INCLUDES |
24 // INCLUDES |
23 #include <e32std.h> |
25 #include <e32std.h> |
24 #include <e32base.h> |
26 #include <e32base.h> |
25 |
27 |
43 * The MBrCtlSoftkeysObserver class handles requests to change the softkeys. |
45 * The MBrCtlSoftkeysObserver class handles requests to change the softkeys. |
44 * |
46 * |
45 * Usage: |
47 * Usage: |
46 * |
48 * |
47 * @code |
49 * @code |
48 * #include <brctlsoftkeysobserver.h> |
50 * #include <BrCtlSoftkeysObserver.h> |
49 * |
51 * |
50 * |
52 * |
51 * @see S60 Platform: Browser Control API Developer's Guide Version 2.0 |
53 * @see S60 Platform: Browser Control API Developer's Guide Version 2.0 |
52 * @lib BrowserEngine.lib |
54 * @lib BrowserEngine.lib |
53 * @file brctlsoftkeysobserver.h |
55 * @file BrCtlSoftkeysObserver.h |
54 * @endcode * |
56 * @endcode * |
55 */ |
57 */ |
56 class MBrCtlSoftkeysObserver |
58 class MBrCtlSoftkeysObserver |
57 { |
59 { |
58 public: // New functions |
60 public: // New functions |