--- a/resourcemgmt/hwresourcesmgr/power/inc/HWRMPower.h Tue Aug 31 16:29:05 2010 +0300
+++ b/resourcemgmt/hwresourcesmgr/power/inc/HWRMPower.h Wed Sep 01 12:34:26 2010 +0100
@@ -62,20 +62,9 @@
* User::WaitForRequest(status);
* User::LeaveIfError(status.Int());
*
-* // Start receiving periodical power measurements.
-* //
-* // Note: There is a maximum reporting period defined for each product through the
-* // CenRep Key KPowerMaxReportingPeriod defined in HWRMPowerDomainCRKeys.h.
-* // The reporting will stop after this maximum reporting period by default.
-* // The application can configure this dynamically.
-* // Setting maximum report period to zero results in infinite notifications.
-* //
+* // Start receiving periodical voltage measurements.
* TRequestStatus& statusStart;
-* TInt intervalMultiple = 3; // Three times the base time interval.
-* //
-* // Note: The base time interval is different for each product.
-* // GetBaseTimeIntervalL API returns this value.
-* //
+* TIntervalMultiple intervalMultiple = EThreeTimesBaseTimeInterval;
* power->StartAverageVoltageReporting(statusStart, intervalMultiple);
*
* User::WaitForRequest(statusStart);