--- a/Symbian3/PDK/Source/GUID-D01CE5F5-CC66-4976-B67F-A6D2E02FFEA5.dita Tue Mar 30 11:42:04 2010 +0100
+++ b/Symbian3/PDK/Source/GUID-D01CE5F5-CC66-4976-B67F-A6D2E02FFEA5.dita Tue Mar 30 11:56:28 2010 +0100
@@ -10,8 +10,8 @@
<!DOCTYPE concept
PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
<concept id="GUID-D01CE5F5-CC66-4976-B67F-A6D2E02FFEA5" xml:lang="en"><title>Implementing
-the MLbsPrivacyObserver Methods</title><shortdesc>A Privacy Controller must implement the virtual functions of the <apiname>MLbsPrivacyObserver</apiname> interface
-(and the shutdown function of the <apiname>MLbsPrivacyObserver2</apiname> interface
+the MLbsPrivacyObserver Methods</title><shortdesc>A Privacy Controller must implement the virtual functions of the <codeph>MLbsPrivacyObserver</codeph> interface
+(and the shutdown function of the <codeph>MLbsPrivacyObserver2</codeph> interface
if appropriate). </shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody>
<p>Note that because the design of a Privacy Controller is a licensee task,
it is only possible to describe the implementation of these functions in broad
@@ -183,12 +183,12 @@
*/
}</codeblock></li>
</ul>
-<section> <title>Implementing the MLbsPrivacyObserver2 shutdown method</title>
+<section id="GUID-3420C82C-9B15-43A6-89BC-32B23A368041"> <title>Implementing the MLbsPrivacyObserver2 shutdown method</title>
<p>A Privacy Controller observer must implement <xref href="GUID-BF88837F-1ADC-3DB2-98E5-CFBF75E2BE86.dita"><apiname>MLbsPrivacyObserver2</apiname></xref> if
it is to receive notice to shutdown when the LBS subsystem shuts down (this
is only supported in the LBS <xref href="GUID-3618ECE9-C22B-5AE2-837E-FEBC55D42330.dita">Standalone
-Privacy Mode</xref> configuration). The implementation should
-ensure that any owned resources are freed. </p><codeblock xml:space="preserve">// Privacy Controller is told to shutdown
+Privacy Mode</xref> configuration). The implementation should ensure that
+any owned resources are freed. </p><codeblock xml:space="preserve">// Privacy Controller is told to shutdown
void CMyLbsPrivacyControllerObserver2::ProcessCloseDownNotification()
{