MBrCtlLinkContent Class Reference

class MBrCtlLinkContent

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
       
*
Public Member Functions
void HandleResolveComplete (const TDesC &, const TDesC &, const HBufC8 *)
void HandleResolveError ( TInt )

Member Functions Documentation

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

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

Resolver calls this method when content is resolved.

Parameters

const TDesC & aContentType The content type of the response
const TDesC & aCharset The charset of the response. May be empty in case of image
const HBufC8 * aContentBuf content data. Ownership is not transfered

HandleResolveError(TInt)

void HandleResolveError ( TInt aError ) [pure virtual]

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

Parameters

TInt aError system wide error code.