diff -r 072a9626b290 -r 09d657f1ee00 resourcemgmt/hwresourcesmgr/server/src/HWRMPluginHandler.cpp --- a/resourcemgmt/hwresourcesmgr/server/src/HWRMPluginHandler.cpp Wed Aug 18 11:03:14 2010 +0300 +++ b/resourcemgmt/hwresourcesmgr/server/src/HWRMPluginHandler.cpp Thu Sep 02 21:48:26 2010 +0300 @@ -328,11 +328,11 @@ // Registers a handler for receiving HWRM plug-in indications // ----------------------------------------------------------------------------- // -void CHWRMPluginHandler::RegisterForIndications(MHWRMIndicationHandler* aCallback) +void CHWRMPluginHandler::RegisterForIndicationsL(MHWRMIndicationHandler* aCallback) { - COMPONENT_TRACE2( _L( "HWRM Server - CHWRMPluginHandler::RegisterForIndications(), Count() = %d" ), iIndicationCallbacks.Count() ); + COMPONENT_TRACE2( _L( "HWRM Server - CHWRMPluginHandler::RegisterForIndicationsL(), Count() = %d" ), iIndicationCallbacks.Count() ); - iIndicationCallbacks.Append(aCallback); + iIndicationCallbacks.AppendL(aCallback); } // -----------------------------------------------------------------------------