| 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] |
An internal function for cleaning up the requestor stack if a leave occurs during the internalization process.
| TAny * aArray | is a pointer to an RRequestorStack |
| IMPORT_C void | ExternalizeL | ( | RWriteStream & | aStream | ) | const |
Stores a collection of requestors member data to a stream.
| RWriteStream & 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.
| RReadStream & aStream | the stream from which each of the requestors data is read. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.