Location:
LbsRequestor.h
Link against: lbsselflocate.lib
class RRequestorStack : public RPointerArray< CRequestor >;
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.
RPointerArray< CRequestor >
- No description.
RRequestorStack
- Most standard applications will not use the RRequestorStack
Defined in RRequestorStack
:
ExternalizeL()
, InternalizeL()
IMPORT_C void InternalizeL(RReadStream &aStream);
Restores a collection of requestors member data from a stream.
|
IMPORT_C void ExternalizeL(RWriteStream &aStream) const;
Stores a collection of requestors member data to a stream.
|