#include <mw/brctllinkresolver.h>
class MBrCtlLinkContent |
Public Member Functions | |
---|---|
pure virtual void | HandleResolveComplete(const TDesC &, const TDesC &, const HBufC8 *) |
pure virtual void | HandleResolveError(TInt) |
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*
void | HandleResolveComplete | ( | const TDesC & | aContentType, |
const TDesC & | aCharset, | |||
const HBufC8 * | aContentBuf | |||
) | [pure virtual] |
Resolver calls this method when content is resolved.
Parameters | |
---|---|
aContentType | The content type of the response |
aCharset | The charset of the response. May be empty in case of image |
aContentBuf | content data. Ownership is not transfered |
void | HandleResolveError | ( | TInt | aError | ) | [pure virtual] |
This method is called if there is some error while resolving the content
Parameters | |
---|---|
aError | system wide error code. |