Location:
cchfproxysessionobject.h
Link against: chf.lib
class CCHFProxySessionObject : public CBase;
Used to store a resource object that can be shared by many users.
CBase
- Base class for all classes to be instantiated on the heap
CCHFProxySessionObject
- Used to store a resource object that can be shared by many users
Defined in CCHFProxySessionObject
:
CCHFProxySessionObject()
, CCHFProxySessionObject_Reserved_1()
, CCHFProxySessionObject_Reserved_2()
, CCHFProxySessionObject_Reserved_3()
, CCHFProxySessionObject_Reserved_4()
, Handle()
, Identifier()
, Release()
, iIdentifier
, ~CCHFProxySessionObject()
Inherited from CBase
:
Delete()
,
Extension_()
,
operator new()
protected: IMPORT_C CCHFProxySessionObject(TUid aIdentifier);
Protected constructor.
|
IMPORT_C TUid Identifier() const;
Get the identifier
|
IMPORT_C void Release(CCHFDiscoveryService &aDiscoveryService);
Releases the object.
|
protected: TUid iIdentifier;
The identifier associated with the object.