resourcemgmt/hwresourcesmgr/server/src/HWRMPowerCommonData.cpp
branchRCL_3
changeset 81 24127ea5a236
parent 61 8cb079868133
--- 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);