Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <LbsRequestor.h>
Link against: lbs.lib
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(CRequestor::TRequestorType,CRequestor::TRequestorFormat,const TDesC &) 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:

See also:


Member functions


InternalizeL(RReadStream &)

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(RWriteStream &)const

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.