Symbian3/PDK/Source/GUID-F0BDE1EC-5042-5328-9290-22BB2189F6B4.dita
changeset 12 80ef3a206772
parent 9 59758314f811
child 14 578be2adaf3e
equal deleted inserted replaced
11:5072524fcc79 12:80ef3a206772
    22 in figure 1. </p> <p> <codeph>CGPSSetClockBase</codeph> is packaged in <filepath>GPSSetClock.dll</filepath>.
    22 in figure 1. </p> <p> <codeph>CGPSSetClockBase</codeph> is packaged in <filepath>GPSSetClock.dll</filepath>.
    23 An implementation includes <filepath>GPSSetClockBase.h</filepath> and links
    23 An implementation includes <filepath>GPSSetClockBase.h</filepath> and links
    24 with <filepath>GPSSetClock.lib</filepath>. </p> <fig id="GUID-CAE2F49D-6B7A-5F6F-A0BD-25A8475CDE32">
    24 with <filepath>GPSSetClock.lib</filepath>. </p> <fig id="GUID-CAE2F49D-6B7A-5F6F-A0BD-25A8475CDE32">
    25 <title>              Figure 1. CGPSSetClockBase is the base class for LBS
    25 <title>              Figure 1. CGPSSetClockBase is the base class for LBS
    26 set clock              plug-in classes.            </title>
    26 set clock              plug-in classes.            </title>
    27 <image href="GUID-9BA295BC-627C-5B82-B669-F4F7B55E3F82_d0e447746_href.png" placement="inline"/>
    27 <image href="GUID-9BA295BC-627C-5B82-B669-F4F7B55E3F82_d0e453591_href.png" placement="inline"/>
    28 </fig> <p>To implement a set clock plug-in a developer must follow the steps
    28 </fig> <p>To implement a set clock plug-in a developer must follow the steps
    29 in the next section. </p> </section>
    29 in the next section. </p> </section>
    30 <section><title>Procedure</title> <ol id="GUID-657B1DA8-2A2B-583B-AADD-3E94AEE04751">
    30 <section><title>Procedure</title> <ol id="GUID-657B1DA8-2A2B-583B-AADD-3E94AEE04751">
    31 <li id="GUID-D2515C64-C814-53BB-B161-DB571F4FE42B"><p>Create a class derived
    31 <li id="GUID-D2515C64-C814-53BB-B161-DB571F4FE42B"><p>Create a class derived
    32 from <codeph>CGPSSetClockBase</codeph>: </p> <codeblock id="GUID-E4FE605C-689D-5A68-9FA4-E394DB366C5B" xml:space="preserve">#include &lt;GPSSetClockBase.h&gt;
    32 from <codeph>CGPSSetClockBase</codeph>: </p> <codeblock id="GUID-E4FE605C-689D-5A68-9FA4-E394DB366C5B" xml:space="preserve">#include &lt;GPSSetClockBase.h&gt;