#include <lbs/lbsprivacycontroller.h>
class MLbsPrivacyObserver2 : public MLbsPrivacyObserver |
Public Member Functions | |
---|---|
pure virtual void | ProcessCloseDownNotification(TInt32) |
virtual IMPORT_C TVersion | Version() |
Inherited Enumerations | |
---|---|
MLbsPrivacyObserver:TNotificationType |
The mixin class that defines an extended interface for the LBS privacy controller observer.
It should be used only if the start up of a Privacy Controller process (platform specific, not a part of LBS) is controlled by the LBS sub-system by adding the name of the Privacy Controller process to the LBS Root Process configuration file.
See also: MLbsPrivacyObserver CLbsPrivacyController
void | ProcessCloseDownNotification | ( | TInt32 | aReservedParam | ) | [pure virtual] |
Called whenever the LBS sub-system is closing down. After receiving the call the current process MUST close itself down.
Parameter | Description |
---|---|
aReservedParam | Reserved for future extensions. |
IMPORT_C TVersion | Version | ( | ) | [virtual] |
Reimplemented from MLbsPrivacyObserver::Version()
Returns the current version of the interface.
Returns: The current version of the interface.