equal
deleted
inserted
replaced
16 */ |
16 */ |
17 |
17 |
18 |
18 |
19 #ifndef BRCTLLINKRESOLVER_H |
19 #ifndef BRCTLLINKRESOLVER_H |
20 #define BRCTLLINKRESOLVER_H |
20 #define BRCTLLINKRESOLVER_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 |
60 * used for e-mail applications. |
62 * used for e-mail applications. |
61 * |
63 * |
62 * Usage: |
64 * Usage: |
63 * |
65 * |
64 * @code |
66 * @code |
65 * #include <brctllinkresolver.h> |
67 * #include <BrCtlLinkResolver.h> |
66 * |
68 * |
67 * |
69 * |
68 * @see S60 Platform: Browser Control API Developer's Guide Version 2.0 |
70 * @see S60 Platform: Browser Control API Developer's Guide Version 2.0 |
69 * @lib BrowserEngine.lib |
71 * @lib BrowserEngine.lib |
70 * @file brctllinkresolver.h |
72 * @file BrCtlLinkResolver.h |
71 * @endcode * |
73 * @endcode * |
72 */ |
74 */ |
73 class MBrCtlLinkResolver |
75 class MBrCtlLinkResolver |
74 { |
76 { |
75 public: // New functions |
77 public: // New functions |
122 * The MBrCtlLinkContent class is an interface that loads the resolved content. |
124 * The MBrCtlLinkContent class is an interface that loads the resolved content. |
123 * |
125 * |
124 * Usage: |
126 * Usage: |
125 * |
127 * |
126 * @code |
128 * @code |
127 * #include <brctllinkresolver.h> |
129 * #include <BrCtlLinkResolver.h> |
128 * |
130 * |
129 * |
131 * |
130 * @see S60 Platform: Browser Control API Developer's Guide Version 2.0 |
132 * @see S60 Platform: Browser Control API Developer's Guide Version 2.0 |
131 * @lib BrowserEngine.lib |
133 * @lib BrowserEngine.lib |
132 * @file brctllinkresolver.h |
134 * @file BrCtlLinkResolver.h |
133 * @endcode * |
135 * @endcode * |
134 */ |
136 */ |
135 class MBrCtlLinkContent |
137 class MBrCtlLinkContent |
136 { |
138 { |
137 public: // New functions |
139 public: // New functions |