diff -r 94cb00198351 -r 1ddbe54d0645 resourcemgmt/hwresourcesmgr/server/src/HWRMPowerCommonData.cpp --- a/resourcemgmt/hwresourcesmgr/server/src/HWRMPowerCommonData.cpp Thu Jul 15 20:05:35 2010 +0300 +++ b/resourcemgmt/hwresourcesmgr/server/src/HWRMPowerCommonData.cpp Thu Aug 19 11:09:10 2010 +0300 @@ -113,7 +113,7 @@ COMPONENT_TRACE2(_L( "HWRM Server - CHWRMPowerCommonData::ConstructL - iMaximumReportingPeriod: %d" ), iMaximumReportingPeriod ); // Register for indications from HWRM plugin. - aPluginHandler->RegisterForIndications(this); + aPluginHandler->RegisterForIndicationsL(this); iPowerService = CHWRMPowerService::NewL(aPluginHandler, *this);