diff -r 48780e181b38 -r 578be2adaf3e Symbian3/PDK/Source/GUID-6A0D353D-A9B0-46EA-8FDC-1FBBD4A20CFB.dita --- a/Symbian3/PDK/Source/GUID-6A0D353D-A9B0-46EA-8FDC-1FBBD4A20CFB.dita Tue Jul 20 12:00:49 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-6A0D353D-A9B0-46EA-8FDC-1FBBD4A20CFB.dita Fri Aug 13 16:47:46 2010 +0100 @@ -1,24 +1,24 @@ - - - - - -Stop -receiving notification -

Use CHWRMPower::StopAveragePowerReportingL() to -stop battery voltage and battery consumption measurements.

Use CHWRMPower::StopChargingNotification (TBatteryChargingNotifier - aNotifier) to stop receiving battery charging notifications.

The -following code snippet demonstrates how to stop notifications on charging -status, charging current and remaining charging time:

// Stop receiving battery charging notification -iPower->StopChargingNotification( CHWRMPower::EChargingNotifierChargingCurrent ); - -// Stop receiving battery charging time notification -iPower->StopChargingNotification( CHWRMPower::EChargingNotifierBatteryFullChargingTime ); -
+ + + + + +Stop +receiving notification +

Use CHWRMPower::StopAveragePowerReportingL() to +stop battery voltage and battery consumption measurements.

Use CHWRMPower::StopChargingNotification (TBatteryChargingNotifier + aNotifier) to stop receiving battery charging notifications.

The +following code snippet demonstrates how to stop notifications on charging +status, charging current and remaining charging time:

// Stop receiving battery charging notification +iPower->StopChargingNotification( CHWRMPower::EChargingNotifierChargingCurrent ); + +// Stop receiving battery charging time notification +iPower->StopChargingNotification( CHWRMPower::EChargingNotifierBatteryFullChargingTime ); +
\ No newline at end of file