resourcemgmt/hwresourcesmgr/server/src/HWRMPowerCommonData.cpp
changeset 63 09d657f1ee00
parent 45 c6215323ad55
child 83 11da52d4c847
equal deleted inserted replaced
54:072a9626b290 63:09d657f1ee00
   111     iMaximumReportingPeriod = value * KMilliToMicroSeconds;  // milliseconds to microseconds 
   111     iMaximumReportingPeriod = value * KMilliToMicroSeconds;  // milliseconds to microseconds 
   112 
   112 
   113     COMPONENT_TRACE2(_L( "HWRM Server - CHWRMPowerCommonData::ConstructL - iMaximumReportingPeriod: %d" ), iMaximumReportingPeriod );
   113     COMPONENT_TRACE2(_L( "HWRM Server - CHWRMPowerCommonData::ConstructL - iMaximumReportingPeriod: %d" ), iMaximumReportingPeriod );
   114 
   114 
   115     // Register for indications from HWRM plugin.
   115     // Register for indications from HWRM plugin.
   116     aPluginHandler->RegisterForIndications(this);
   116     aPluginHandler->RegisterForIndicationsL(this);
   117     
   117     
   118     iPowerService = CHWRMPowerService::NewL(aPluginHandler, *this);
   118     iPowerService = CHWRMPowerService::NewL(aPluginHandler, *this);
   119 
   119 
   120     iPowerReportMeasurementsTimer = CHWRMGenericTimer::NewL(*this, iMaximumReportingPeriod, EPowerReportClientsId);    
   120     iPowerReportMeasurementsTimer = CHWRMGenericTimer::NewL(*this, iMaximumReportingPeriod, EPowerReportClientsId);    
   121 
   121