|
||
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(MCHFDiscoveryService &,MCHFEventMappingService &)
Second phase constructor to construct the session's services. CCHFSession()
Default constructor. CCHFSession_Reserved_1()
CCHFSession_Reserved_2()
CCHFSession_Reserved_3()
CCHFSession_Reserved_4()
DiscoveryService()const
Gets the session's discovery service. EventMappingService()const
Gets the session's event mapping service. ~CCHFSession()
Destructor.Inherited from CBase
:
Delete(CBase *)
Deletes the specified object.Extension_(TUint,TAny *&,TAny *)
Extension function operator new(TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TAny *)
Initialises the object to binary zeroes.operator new(TUint,TLeave)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TLeave,TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TUint)
Allocates the object from the heap and then initialises its contents to binary z...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: IMPORT_C virtual void CCHFSession_Reserved_4();