#include <rlbslocmonitorsession.h>
Public Member Functions | |
IMPORT_C TInt | Connect () |
IMPORT_C void | Close () |
IMPORT_C void | WipeOutDatabase (TRequestStatus &aStatus) const |
IMPORT_C TInt | CancelDatabaseWipeOut () const |
IMPORT_C TVersion | Version () |
Protected Member Functions | |
TInt | StartServer (TServerStartParams &aParams) |
Client-side session with the Location Monitor server.
EXPORT_C TInt RLbsLocMonitorSession::CancelDatabaseWipeOut | ( | ) | const |
Attempts to Cancel a previously issued asynchronous request to delete the database of area-locations.
The TRequestStatus of the original request will be set to KErrCancel if the cancellation request was successful, or any other Symbian OS error code if CancelRequest was called too late.
EXPORT_C TInt RLbsLocMonitorSession::Connect | ( | ) |
Creates a session with the location monitor server. This method starts the server if not yet started.
EXPORT_C TVersion RLbsLocMonitorSession::Version | ( | ) |
Obtains the current version number of the location monitor.