resourcemgmt/hwresourcesmgr/server/src/HWRMPluginHandler.cpp
branchRCL_3
changeset 21 ccb4f6b3db21
parent 20 1ddbe54d0645
child 22 8cb079868133
equal deleted inserted replaced
20:1ddbe54d0645 21:ccb4f6b3db21
   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::RegisterForIndications(), Count() = %d" ), iIndicationCallbacks.Count() );
   333     COMPONENT_TRACE2( _L( "HWRM Server - CHWRMPluginHandler::RegisterForIndicationsL(), Count() = %d" ), iIndicationCallbacks.Count() );
   334 
   334 
   335 	iIndicationCallbacks.AppendL(aCallback);
   335 	iIndicationCallbacks.AppendL(aCallback);
   336 	}
   336 	}
   337 
   337 
   338 // -----------------------------------------------------------------------------
   338 // -----------------------------------------------------------------------------