web_pub/browser_control_api/inc/BrCtlLinkResolver.h
branchRCL_3
changeset 49 919f36ff910f
parent 48 79859ed3eea9
equal deleted inserted replaced
48:79859ed3eea9 49:919f36ff910f
    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
       
    23 
    21 
    24 //  INCLUDES
    22 //  INCLUDES
    25 #include <e32std.h>
    23 #include <e32std.h>
    26 #include <e32base.h>
    24 #include <e32base.h>
    27 
    25 
    62 * used for e-mail applications.
    60 * used for e-mail applications.
    63 *
    61 *
    64 * Usage:
    62 * Usage:
    65 *
    63 *
    66 * @code
    64 * @code
    67 *  #include <BrCtlLinkResolver.h>
    65 *  #include <brctllinkresolver.h>
    68 *
    66 *
    69 *  
    67 *  
    70 * @see S60 Platform: Browser Control API Developer's Guide Version 2.0
    68 * @see S60 Platform: Browser Control API Developer's Guide Version 2.0
    71 * @lib BrowserEngine.lib
    69 * @lib BrowserEngine.lib
    72 * @file BrCtlLinkResolver.h
    70 * @file brctllinkresolver.h
    73 * @endcode     *
    71 * @endcode     *
    74 */
    72 */
    75 class MBrCtlLinkResolver
    73 class MBrCtlLinkResolver
    76     {
    74     {
    77     public: // New functions
    75     public: // New functions
   124 * The MBrCtlLinkContent class is an interface that loads the resolved content. 
   122 * The MBrCtlLinkContent class is an interface that loads the resolved content. 
   125 *
   123 *
   126 * Usage:
   124 * Usage:
   127 *
   125 *
   128 * @code
   126 * @code
   129 *  #include <BrCtlLinkResolver.h>
   127 *  #include <brctllinkresolver.h>
   130 *
   128 *
   131 *  
   129 *  
   132 * @see S60 Platform: Browser Control API Developer's Guide Version 2.0
   130 * @see S60 Platform: Browser Control API Developer's Guide Version 2.0
   133 * @lib BrowserEngine.lib
   131 * @lib BrowserEngine.lib
   134 * @file BrCtlLinkResolver.h
   132 * @file brctllinkresolver.h
   135 * @endcode     *
   133 * @endcode     *
   136 */
   134 */
   137 class MBrCtlLinkContent
   135 class MBrCtlLinkContent
   138     {
   136     {
   139     public: // New functions
   137     public: // New functions