| 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.
| Public Member Functions | |
|---|---|
| IMPORT_C void | ExternalizeL(RWriteStream &) |
| IMPORT_C void | InternalizeL(RReadStream &) |
| Private Member Functions | |
|---|---|
| void | CleanupResetAndDestroy(TAny *) |
| Private Attributes | |
|---|---|
| TUint8 | iReserved |
| void | CleanupResetAndDestroy | ( | TAny * | aArray | ) | [private, static] |
| TAny * aArray |
| IMPORT_C void | ExternalizeL | ( | RWriteStream & | aStream | ) | const |
| RWriteStream & aStream |
| IMPORT_C void | InternalizeL | ( | RReadStream & | aStream | ) |
| RReadStream & aStream |