resourcemgmt/hwresourcesmgr/server/src/HWRMPowerCommonData.cpp
branchRCL_3
changeset 20 1ddbe54d0645
parent 0 4e1aa6a622a0
child 21 ccb4f6b3db21
equal deleted inserted replaced
19:94cb00198351 20:1ddbe54d0645
   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