Symbian3/PDK/Source/GUID-44FDDA27-1A5D-42B5-8DE0-D9E88EB75C93.dita
changeset 12 80ef3a206772
parent 9 59758314f811
--- a/Symbian3/PDK/Source/GUID-44FDDA27-1A5D-42B5-8DE0-D9E88EB75C93.dita	Fri Jul 02 12:51:36 2010 +0100
+++ b/Symbian3/PDK/Source/GUID-44FDDA27-1A5D-42B5-8DE0-D9E88EB75C93.dita	Fri Jul 16 17:23:46 2010 +0100
@@ -14,7 +14,7 @@
 a particular sensor type. Once you get the list of sensor channels that are
 active, you can perform any required operations such as configuring sensor
 channel properties, controlling sensor channels and so on.</shortdesc><prolog><metadata><keywords/></metadata></prolog><taskbody>
-<steps id="GUID-4DD07DEC-6017-4237-BE46-1D69E5FBD744-GENID-1-12-1-10-1-1-8-1-4-1-5-1-4-1-3-1">
+<steps id="GUID-4DD07DEC-6017-4237-BE46-1D69E5FBD744-GENID-1-12-1-11-1-1-8-1-4-1-5-1-4-1-3-1">
 <step id="GUID-EE1655E2-D4C4-4593-A0E1-BD1DFACB0351"><cmd>Create an instance
 of <codeph>TSensrvChannelInfo</codeph> and set the required channel type as
 the search criteria. For example, to query for all double tapping channels
@@ -28,7 +28,7 @@
 <stepxmp><codeblock xml:space="preserve">CSensrvChannelFinder* finder = CSensrvChannelFinder::NewL();
 finder-&gt;FindChannelsL(channelList, searchParameters);</codeblock></stepxmp>
 </step>
-<step id="GUID-9A69E5AD-E938-4092-A8C2-CB65C37C8962-GENID-1-12-1-10-1-1-8-1-4-1-5-1-4-1-3-1-3"><cmd>Create an instance
+<step id="GUID-9A69E5AD-E938-4092-A8C2-CB65C37C8962-GENID-1-12-1-11-1-1-8-1-4-1-5-1-4-1-3-1-3"><cmd>Create an instance
 of <codeph>RSensrvChannelInfoList</codeph> to store the list of sensor channels.</cmd>
 <stepxmp><codeblock xml:space="preserve">RSensrvChannelInfoList channelInfoList;</codeblock></stepxmp>
 </step>