resourcemgmt/hwresourcesmgr/server/src/HWRMPowerCommonData.cpp
changeset 52 d6b9e89d80a3
parent 41 c87e5f80c17d
child 83 11da52d4c847
--- a/resourcemgmt/hwresourcesmgr/server/src/HWRMPowerCommonData.cpp	Fri Jul 30 10:34:49 2010 +0300
+++ b/resourcemgmt/hwresourcesmgr/server/src/HWRMPowerCommonData.cpp	Tue Aug 10 14:46:45 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);