contextengine/src/contextengineao.cpp
changeset 20 6dfc5f825351
parent 0 c53acadfccc6
equal deleted inserted replaced
3:b73a2e62868f 20:6dfc5f825351
   129 //
   129 //
   130 void CContextEngineAO::SetMdeSession( CMdESession* aSession )
   130 void CContextEngineAO::SetMdeSession( CMdESession* aSession )
   131     {
   131     {
   132     iMdESession = aSession;
   132     iMdESession = aSession;
   133 
   133 
   134     for ( TInt i = 0; i < iPlugins.Count(); ++i )
   134     const TInt count( iPlugins.Count() );
       
   135     for ( TInt i = 0; i < count; ++i )
   135         {
   136         {
   136         iPlugins[i]->SetMdeSession( *aSession );
   137         iPlugins[i]->SetMdeSession( *aSession );
   137         }
   138         }
   138     }
   139     }
   139 
   140