resourcemgmt/hwresourcesmgr/server/src/HWRMPluginHandler.cpp
branchRCL_3
changeset 81 24127ea5a236
parent 61 8cb079868133
equal deleted inserted replaced
71:fdcef27a50b8 81:24127ea5a236
   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::RegisterForIndicationsL(MHWRMIndicationHandler* aCallback)
   331 void CHWRMPluginHandler::RegisterForIndications(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.AppendL(aCallback);
   335 	iIndicationCallbacks.Append(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