idlefw/src/framework/aipluginfactory.cpp
branchRCL_3
changeset 130 67f2ed48ad91
parent 118 8baec10861af
equal deleted inserted replaced
122:6cadd6867c17 130:67f2ed48ad91
   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.AppendL( plugin );
   515     iPublishers.Append( plugin );
   516     CleanupStack::Pop( plugin );
   516     CleanupStack::Pop( plugin );
   517     }
   517     }
   518 
   518 
   519 // ----------------------------------------------------------------------------
   519 // ----------------------------------------------------------------------------
   520 // CAiPluginFactory::SubscribePluginL()
   520 // CAiPluginFactory::SubscribePluginL()