Symbian
Symbian OS Library

SYMBIAN OS V9.3

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



Location: LbsRequestor.h
Link against: lbsselflocate.lib

Class RRequestorStack

class RRequestorStack : public RPointerArray< CRequestor >;

Description

Most standard applications will not use the RRequestorStack. Instead, they will call the simpler RPositioner::SetRequestor() method to identify themselves.

RRequestorStack will typically only be used if the application needs to identify a chain of requestors. For example, a remote party is requesting the location and this is routed through a local application. In this situation, the application should identify both itself and the remote party.

Derivation

Members

Defined in RRequestorStack:
ExternalizeL(), InternalizeL()

See also:


Member functions


InternalizeL()

IMPORT_C void InternalizeL(RReadStream &aStream);

Description

Restores a collection of requestors member data from a stream.

Parameters

RReadStream &aStream

the stream from which each of the requestors data is read.


ExternalizeL()

IMPORT_C void ExternalizeL(RWriteStream &aStream) const;

Description

Stores a collection of requestors member data to a stream.

Parameters

RWriteStream &aStream

the stream to which each of the requestors data is written.