diff -r 80ef3a206772 -r 48780e181b38 Symbian3/SDK/Source/GUID-44FDDA27-1A5D-42B5-8DE0-D9E88EB75C93.dita --- a/Symbian3/SDK/Source/GUID-44FDDA27-1A5D-42B5-8DE0-D9E88EB75C93.dita Fri Jul 16 17:23:46 2010 +0100 +++ b/Symbian3/SDK/Source/GUID-44FDDA27-1A5D-42B5-8DE0-D9E88EB75C93.dita Tue Jul 20 12:00:49 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. - + Create an instance of TSensrvChannelInfo and set the required channel type as the search criteria. For example, to query for all double tapping channels @@ -28,7 +28,7 @@ CSensrvChannelFinder* finder = CSensrvChannelFinder::NewL(); finder->FindChannelsL(channelList, searchParameters); -Create an instance +Create an instance of RSensrvChannelInfoList to store the list of sensor channels. RSensrvChannelInfoList channelInfoList;