diff -r fdcef27a50b8 -r 24127ea5a236 resourcemgmt/hwresourcesmgr/server/src/HWRMPowerCommonData.cpp --- a/resourcemgmt/hwresourcesmgr/server/src/HWRMPowerCommonData.cpp Wed Sep 15 13:36:47 2010 +0300 +++ b/resourcemgmt/hwresourcesmgr/server/src/HWRMPowerCommonData.cpp Wed Oct 13 15:58:37 2010 +0300 @@ -113,7 +113,7 @@ COMPONENT_TRACE2(_L( "HWRM Server - CHWRMPowerCommonData::ConstructL - iMaximumReportingPeriod: %d" ), iMaximumReportingPeriod ); // Register for indications from HWRM plugin. - aPluginHandler->RegisterForIndicationsL(this); + aPluginHandler->RegisterForIndications(this); iPowerService = CHWRMPowerService::NewL(aPluginHandler, *this);