diff -r fdcef27a50b8 -r 24127ea5a236 resourcemgmt/hwresourcesmgr/server/src/HWRMPluginHandler.cpp --- a/resourcemgmt/hwresourcesmgr/server/src/HWRMPluginHandler.cpp Wed Sep 15 13:36:47 2010 +0300 +++ b/resourcemgmt/hwresourcesmgr/server/src/HWRMPluginHandler.cpp Wed Oct 13 15:58:37 2010 +0300 @@ -328,11 +328,11 @@ // Registers a handler for receiving HWRM plug-in indications // ----------------------------------------------------------------------------- // -void CHWRMPluginHandler::RegisterForIndicationsL(MHWRMIndicationHandler* aCallback) +void CHWRMPluginHandler::RegisterForIndications(MHWRMIndicationHandler* aCallback) { COMPONENT_TRACE2( _L( "HWRM Server - CHWRMPluginHandler::RegisterForIndications(), Count() = %d" ), iIndicationCallbacks.Count() ); - iIndicationCallbacks.AppendL(aCallback); + iIndicationCallbacks.Append(aCallback); } // -----------------------------------------------------------------------------