#include <lbsrequestor.h>
class RRequestorStack : public RPointerArray< CRequestor > |
Public Member Functions | |
---|---|
IMPORT_C void | ExternalizeL(RWriteStream &) |
IMPORT_C void | InternalizeL(RReadStream &) |
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.
See also: RPointerArray
IMPORT_C void | ExternalizeL | ( | RWriteStream & | aStream | ) | const |
Stores a collection of requestors member data to a stream.
Parameter | Description |
---|---|
aStream | the stream to which each of the requestors data is written. |
IMPORT_C void | InternalizeL | ( | RReadStream & | aStream | ) |
Restores a collection of requestors member data from a stream.
Parameter | Description |
---|---|
aStream | the stream from which each of the requestors data is read. |