idlefw/src/framework/aipluginfactory.cpp
branchRCL_3
changeset 118 8baec10861af
parent 114 a5a39a295112
child 130 67f2ed48ad91
equal deleted inserted replaced
114:a5a39a295112 118: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()