resourcemgmt/hwresourcesmgr/server/src/HWRMPowerCommonData.cpp
changeset 63 09d657f1ee00
parent 45 c6215323ad55
child 83 11da52d4c847
--- a/resourcemgmt/hwresourcesmgr/server/src/HWRMPowerCommonData.cpp	Wed Aug 18 11:03:14 2010 +0300
+++ b/resourcemgmt/hwresourcesmgr/server/src/HWRMPowerCommonData.cpp	Thu Sep 02 21:48:26 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);