resourcemgmt/hwresourcesmgr/server/src/HWRMPluginHandler.cpp
branchRCL_3
changeset 61 8cb079868133
parent 60 ccb4f6b3db21
child 81 24127ea5a236
equal deleted inserted replaced
60:ccb4f6b3db21 61:8cb079868133
   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::RegisterForIndicationsL(MHWRMIndicationHandler* aCallback)
   332 	{
   332 	{
   333     COMPONENT_TRACE2( _L( "HWRM Server - CHWRMPluginHandler::RegisterForIndicationsL(), Count() = %d" ), iIndicationCallbacks.Count() );
   333     COMPONENT_TRACE2( _L( "HWRM Server - CHWRMPluginHandler::RegisterForIndications(), Count() = %d" ), iIndicationCallbacks.Count() );
   334 
   334 
   335 	iIndicationCallbacks.AppendL(aCallback);
   335 	iIndicationCallbacks.AppendL(aCallback);
   336 	}
   336 	}
   337 
   337 
   338 // -----------------------------------------------------------------------------
   338 // -----------------------------------------------------------------------------