Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <cchfproxysessionobject.h>
Link against: chf.lib
This item is not part of the S60 5th Edition SDK

Class CCHFProxySessionObject

class CCHFProxySessionObject : public CBase;

Description

Used to store a resource object that can be shared by many users.

Derivation

Members

Defined in CCHFProxySessionObject:

Inherited from CBase:


Construction and destruction


~CCHFProxySessionObject()

IMPORT_C ~CCHFProxySessionObject();

Description

Destructor


CCHFProxySessionObject(TUid)

protected: IMPORT_C CCHFProxySessionObject(TUid aIdentifier);

Description

Protected constructor.

Parameters

TUid aIdentifier

[Top]


Member functions


Identifier()const

IMPORT_C TUid Identifier() const;

Description

Get the identifier

Return value

TUid

The identifier associated with the object


Release(CCHFDiscoveryService &)

IMPORT_C void Release(CCHFDiscoveryService &aDiscoveryService);

Description

Releases the object.

Parameters

CCHFDiscoveryService &aDiscoveryService

Used to inform the discovery service if it should remove and delete this proxy session object when no one is using it anymore


Handle()const

IMPORT_C void Handle() const;

Description

Establishs a handle on the object


CCHFProxySessionObject_Reserved_1()

private: IMPORT_C virtual void CCHFProxySessionObject_Reserved_1();

Description


CCHFProxySessionObject_Reserved_2()

private: IMPORT_C virtual void CCHFProxySessionObject_Reserved_2();

Description


CCHFProxySessionObject_Reserved_3()

private: IMPORT_C virtual void CCHFProxySessionObject_Reserved_3();

Description


CCHFProxySessionObject_Reserved_4()

private: IMPORT_C virtual void CCHFProxySessionObject_Reserved_4();

Description

[Top]


Member data


iIdentifier

protected: TUid iIdentifier;

Description

The identifier associated with the object.