Location:
cchfsession.h
Link against: chf.lib
class CCHFSession : public CBase;
CHF framework session.
A session provides access to the services provided by the CHF framework. These services are the discovery service, which finds content handlers, and the event mapping service, which maps key or pointer events to abstract events.
CBase
- Base class for all classes to be instantiated on the heap
CCHFSession
- CHF framework session
Defined in CCHFSession
:
BaseConstructL()
, CCHFSession()
, CCHFSession_Reserved_1()
, CCHFSession_Reserved_2()
, CCHFSession_Reserved_3()
, CCHFSession_Reserved_4()
, DiscoveryService()
, EventMappingService()
, ~CCHFSession()
Inherited from CBase
:
Delete()
,
Extension_()
,
operator new()
IMPORT_C CCHFDiscoveryService &DiscoveryService() const;
Gets the session's discovery service.
|
IMPORT_C CCHFEventMappingService &EventMappingService() const;
Gets the session's event mapping service.
|
protected: IMPORT_C void BaseConstructL(MCHFDiscoveryService &aDiscoveryHook, MCHFEventMappingService &aAppEventMapper);
Second phase constructor to construct the session's services.
|
private: virtual IMPORT_C void CCHFSession_Reserved_4();