diff -r 4816d766a08a -r f345bda72bc4 Symbian3/PDK/Source/GUID-12DA697C-1BB0-489F-98E1-F9B81E4A2F4D.dita --- a/Symbian3/PDK/Source/GUID-12DA697C-1BB0-489F-98E1-F9B81E4A2F4D.dita Tue Mar 30 11:42:04 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-12DA697C-1BB0-489F-98E1-F9B81E4A2F4D.dita Tue Mar 30 11:56:28 2010 +0100 @@ -12,7 +12,7 @@ Creating a Privacy Notification NotifierTo use the LBS Privacy Notifiers for privacy verification and privacy notification a licensee must implement a Privacy Notification Notifier. The -licensee should override the synchronous MEikSrvNotifierBase2::StartL() method +licensee should override the synchronous MEikSrvNotifierBase2::StartL() method that does not return a response. This is because the user cannot send a response to a privacy notification.

This topic describes how to implement a Privacy Notification Notifier, @@ -24,7 +24,7 @@ implemented. This is because the notifier is used only for privacy notification and it is not possible to respond to it. This makes implementation of the notifier easier.

-
Defining the Privacy Notification Notifier +
Defining the Privacy Notification Notifier

The code below shows a definition of a Privacy Notification Notifier class.

The notifier owns a CMyLBSPrivacyNotifierDialog dialog class to show details of the privacy request to the end user and to obtain @@ -97,7 +97,7 @@ }; #endif // __MYLBSPRIVACYNOTIFIER_H__

-
Defining the Privacy Notification Dialog

The following +

Defining the Privacy Notification Dialog

The following is the definition of the dialog used by the example Privacy Notification Notifier:

/* ============================================================================ Name : MyLBSPrivacyNotifier.cpp @@ -187,7 +187,7 @@ } }; }
-
Notifier and dialog method implementations

Much +

Notifier and dialog method implementations

Much of the implementation of a Privacy Notification Notifier is similar to that for a Privacy Verification Notifier. The most relevant differences are in the implementation of MEikSrvNotifierBase2::RegisterL(), MEikSrvNotifierBase2::StartL() and CEikDialog::OkToExitL().

The value KLbsExtLocationRequestNotifyUid as defined in lbsextprivacynotifiers.h