Location:
mchfdiscoveryservice.h
Link against: chf.lib
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()
, DataSupplierL()
, 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: virtual IMPORT_C void MCHFDiscoveryService_Reserved_4();