resourcemgmt/hwresourcesmgr/server/src/HWRMPowerCommonData.cpp
branchRCL_3
changeset 81 24127ea5a236
parent 61 8cb079868133
equal deleted inserted replaced
71:fdcef27a50b8 81:24127ea5a236
   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->RegisterForIndicationsL(this);
   116     aPluginHandler->RegisterForIndications(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