API published in: S60 2nd Ed FP 2
Link against: lbs.lib
Location
#include <lbsrequestor.h>
Inherits CRequestorBase.
The class contains three data fields that indicate:
Public Member Functions | |
| ~CRequestor () | |
| Destructor for CRequestor. | |
Static Public Member Functions | |
| static IMPORT_C CRequestor * | New (TRequestorType aType, TRequestorFormat aFormat, const TDesC &aData) |
| Allocates and constructs a CRequestor object. | |
| static IMPORT_C CRequestor * | NewL (TRequestorType aType, TRequestorFormat aFormat, const TDesC &aData) |
| Allocates and constructs a CRequestor object. | |
| static IMPORT_C CRequestor * | NewLC (TRequestorType aType, TRequestorFormat aFormat, const TDesC &aData) |
| Allocates and constructs a CRequestor object, and leaves the object on the cleanup stack. | |
| static IMPORT_C CRequestor * | NewL (RReadStream &aStream) |
| Allocates and constructs a CRequestor object. | |
|
|
Destructor for CRequestor. |
| ||||||||||||||||
|
Allocates and constructs a CRequestor object. This construction method initializes the requestor type, format and string with the respective values in the arguments. The function is a non-leaving variation which returns NULL if there is insufficient memory.
|
|
|
Allocates and constructs a CRequestor object. This construction method initializes the requestor type, format and string with the respective values read from the read stream. The function leaves if there is insufficient memory.
|
| ||||||||||||||||
|
Allocates and constructs a CRequestor object. This construction method initializes the requestor type, format and string with the respective values in the arguments. The function leaves if there is insufficient memory.
|
| ||||||||||||||||
|
Allocates and constructs a CRequestor object, and leaves the object on the cleanup stack. This construction method initializes the requestor type, format and string with the respective values in the arguments. The function leaves if there is insufficient memory.
|