MBrCtlLinkContent Class Reference

#include <mw/brctllinkresolver.h>

class MBrCtlLinkContent
Public Member Functions
pure virtual voidHandleResolveComplete(const TDesC &, const TDesC &, const HBufC8 *)
pure virtual voidHandleResolveError(TInt)

Detailed Description

The MBrCtlLinkContent class is an interface that loads the resolved content.

Usage:

  #include <brctllinkresolver.h>

  
 @see S60 Platform: Browser Control API Developer's Guide Version 2.0
 @lib BrowserEngine.lib
 @file brctllinkresolver.h
*

Member Function Documentation

HandleResolveComplete ( const TDesC &, const TDesC &, const HBufC8 * )

voidHandleResolveComplete(const TDesC &aContentType,
const TDesC &aCharset,
const HBufC8 *aContentBuf
)[pure virtual]

Resolver calls this method when content is resolved.

ParameterDescription
aContentTypeThe content type of the response
aCharsetThe charset of the response. May be empty in case of image
aContentBufcontent data. Ownership is not transfered

Returns: void

HandleResolveError ( TInt )

voidHandleResolveError(TIntaError)[pure virtual]

This method is called if there is some error while resolving the content

ParameterDescription
aErrorsystem wide error code.

Returns: void