Symbian3/PDK/Source/GUID-64E8B920-CD45-4AFF-BD5B-8A7F70F0D59E.dita
changeset 5 f345bda72bc4
parent 1 25a17d01db0c
child 14 578be2adaf3e
--- a/Symbian3/PDK/Source/GUID-64E8B920-CD45-4AFF-BD5B-8A7F70F0D59E.dita	Tue Mar 30 11:42:04 2010 +0100
+++ b/Symbian3/PDK/Source/GUID-64E8B920-CD45-4AFF-BD5B-8A7F70F0D59E.dita	Tue Mar 30 11:56:28 2010 +0100
@@ -11,11 +11,11 @@
   PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
 <concept id="GUID-64E8B920-CD45-4AFF-BD5B-8A7F70F0D59E" xml:lang="en"><title>Responding
 to Requests and Cancelling Requests</title><shortdesc>As shown in the previous Privacy Controller API code examples,
-a Privacy Controller has a pointer to a <apiname>CLbsPrivacyController</apiname> class.
+a Privacy Controller has a pointer to a <codeph>CLbsPrivacyController</codeph> class.
 The Privacy Controller uses this pointer to respond to privacy requests and
 to cancel them. The simple outline code in this section shows how a Privacy
 Controller calls these functions. </shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody>
-<section>       <title>Responding to a request</title>       <p>The code below
+<section id="GUID-0254EF2E-6719-421C-8877-47D5A69D0D52">       <title>Responding to a request</title>       <p>The code below
 shows how the observer class can respond to privacy requests by calling <xref href="GUID-DA9AD188-944E-36C0-98A6-4F9B6FB2A091.dita#GUID-DA9AD188-944E-36C0-98A6-4F9B6FB2A091/GUID-D3C37C92-5609-31F1-82AB-01AEC99671BB"><apiname>CLbsPrivacyController::RespondNetworkLocationRequest()</apiname></xref>. </p><codeblock xml:space="preserve">// Send a privacy response to the LBS subsystem
 void CMyLbsPrivacyControllerObserver::SendResponse(TUint aRequestId,
                                                    CLbsPrivacyController::TRequestVerificationResult aResult)
@@ -23,7 +23,7 @@
 	// aRequestId is the ID of a privacy request that was previously received
 	iController-&gt;RespondNetworkLocationRequest(aRequestId, aResult);
 	}</codeblock>     </section>
-<section><title>Cancelling a privacy verification request </title><p>The code
+<section id="GUID-B78E8723-7FD3-4ECD-842E-ACA59B40C69E"><title>Cancelling a privacy verification request </title><p>The code
 below shows how the observer class can cancel privacy verification requests
 by calling <xref href="GUID-DA9AD188-944E-36C0-98A6-4F9B6FB2A091.dita#GUID-DA9AD188-944E-36C0-98A6-4F9B6FB2A091/GUID-C2FC9C84-DB18-3741-BD2F-AC214D679A13"><apiname>CLbsPrivacyController::CancelNetworkLocationRequest()</apiname></xref>.</p><p>There
 is no guarantee that a privacy request will be cancelled by calling <xref href="GUID-DA9AD188-944E-36C0-98A6-4F9B6FB2A091.dita#GUID-DA9AD188-944E-36C0-98A6-4F9B6FB2A091/GUID-C2FC9C84-DB18-3741-BD2F-AC214D679A13"><apiname>CLbsPrivacyController::CancelNetworkLocationRequest()</apiname></xref>.