idlefw/src/framework/aipluginfactory.cpp
branchRCL_3
changeset 31 8baec10861af
parent 30 a5a39a295112
equal deleted inserted replaced
30:a5a39a295112 31:8baec10861af
   510                                                       
   510                                                       
   511     __TIME( "FW: Configure Plugin",
   511     __TIME( "FW: Configure Plugin",
   512     ConfigurePluginL( *plugin, info ) );
   512     ConfigurePluginL( *plugin, info ) );
   513     
   513     
   514     // Take plugin's ownership
   514     // Take plugin's ownership
   515     iPublishers.Append( plugin );
   515     iPublishers.AppendL( plugin );
   516     CleanupStack::Pop( plugin );
   516     CleanupStack::Pop( plugin );
   517     }
   517     }
   518 
   518 
   519 // ----------------------------------------------------------------------------
   519 // ----------------------------------------------------------------------------
   520 // CAiPluginFactory::SubscribePluginL()
   520 // CAiPluginFactory::SubscribePluginL()