equal
deleted
inserted
replaced
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::RegisterForIndicationsL(), 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 |