resourcemgmt/hwresourcesmgr/server/src/HWRMPluginHandler.cpp
branchRCL_3
changeset 56 1ddbe54d0645
parent 0 4e1aa6a622a0
child 60 ccb4f6b3db21
equal deleted inserted replaced
55:94cb00198351 56:1ddbe54d0645
   326 // -----------------------------------------------------------------------------
   326 // -----------------------------------------------------------------------------
   327 // CHWRMPluginHandler::RegisterForIndications
   327 // CHWRMPluginHandler::RegisterForIndications
   328 // Registers a handler for receiving HWRM plug-in indications
   328 // Registers a handler for receiving HWRM plug-in indications
   329 // -----------------------------------------------------------------------------
   329 // -----------------------------------------------------------------------------
   330 //
   330 //
   331 void CHWRMPluginHandler::RegisterForIndications(MHWRMIndicationHandler* aCallback)
   331 void CHWRMPluginHandler::RegisterForIndicationsL(MHWRMIndicationHandler* aCallback)
   332 	{
   332 	{
   333     COMPONENT_TRACE2( _L( "HWRM Server - CHWRMPluginHandler::RegisterForIndications(), Count() = %d" ), iIndicationCallbacks.Count() );
   333     COMPONENT_TRACE2( _L( "HWRM Server - CHWRMPluginHandler::RegisterForIndications(), Count() = %d" ), iIndicationCallbacks.Count() );
   334 
   334 
   335 	iIndicationCallbacks.Append(aCallback);
   335 	iIndicationCallbacks.AppendL(aCallback);
   336 	}
   336 	}
   337 
   337 
   338 // -----------------------------------------------------------------------------
   338 // -----------------------------------------------------------------------------
   339 // CHWRMPluginHandler::DeregisterForIndications
   339 // CHWRMPluginHandler::DeregisterForIndications
   340 // Deregisters handlers for receiving HWRM plug-in indications
   340 // Deregisters handlers for receiving HWRM plug-in indications