|
||
class MCHFDiscoveryService;
Base interface used for the CHF discovery service.
This is also the interface that must be provided by applications that use the discovery service. This allows applications
to hook into the discovery service and provide CCHFDataSupplier
and CCHFContentHandler
objects directly.
Defined in MCHFDiscoveryService
:
ContentHandlerL(const TCHFContentHandlerParams &)
Finds a content handler based on the Content Type part of passed in parameters. DataSupplierL(const TDesC8 &,TUint)
Finds a data supplier for a given URI. MCHFDiscoveryService_Reserved_1()
MCHFDiscoveryService_Reserved_2()
MCHFDiscoveryService_Reserved_3()
MCHFDiscoveryService_Reserved_4()
virtual CCHFDataSupplier* DataSupplierL(const TDesC8 &aUri, TUint aBufferSizeInBytes)=0;
Finds a data supplier for a given URI.
|
|
virtual CCHFContentHandler* ContentHandlerL(const TCHFContentHandlerParams &aContentHandlerParams)=0;
Finds a content handler based on the Content Type part of passed in parameters.
|
|
private: IMPORT_C virtual void MCHFDiscoveryService_Reserved_4();