Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: cchfproxysessionobject.h
Link against: chf.lib

This item is not part of the S60 3rd Edition SDK for Symbian OS, Feature Pack 2.

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:
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()


Construction and destruction


~CCHFProxySessionObject()

IMPORT_C ~CCHFProxySessionObject();

Description

Destructor


CCHFProxySessionObject()

protected: IMPORT_C CCHFProxySessionObject(TUid aIdentifier);

Description

Protected constructor.

Parameters

TUid aIdentifier

[Top]


Member functions


Identifier()

IMPORT_C TUid Identifier() const;

Description

Get the identifier

Return value

TUid

The identifier associated with the object


Release()

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()

IMPORT_C void Handle() const;

Description

Establishs a handle on the object


CCHFProxySessionObject_Reserved_1()

private: virtual IMPORT_C void CCHFProxySessionObject_Reserved_1();

Description


CCHFProxySessionObject_Reserved_2()

private: virtual IMPORT_C void CCHFProxySessionObject_Reserved_2();

Description


CCHFProxySessionObject_Reserved_3()

private: virtual IMPORT_C void CCHFProxySessionObject_Reserved_3();

Description


CCHFProxySessionObject_Reserved_4()

private: virtual IMPORT_C void CCHFProxySessionObject_Reserved_4();

Description

[Top]


Member data


iIdentifier

protected: TUid iIdentifier;

Description

The identifier associated with the object.