egl/egltest/endpointtestsuite/automated/tinc/egltest_parameters.h
changeset 152 9f1c3fea0f87
parent 98 bf7481649c98
equal deleted inserted replaced
111:29ddb8a72f0e 152:9f1c3fea0f87
   186                 {
   186                 {
   187                 useCurParam = EFalse;
   187                 useCurParam = EFalse;
   188                 break;
   188                 break;
   189                 }
   189                 }
   190             }
   190             }
   191         // Can/should we use "search" here?
       
   192         // Check if it's already in the list - no point in testing the same value more than once.
   191         // Check if it's already in the list - no point in testing the same value more than once.
   193         for(TInt j = 0; useCurParam && j < iParams.Count(); j++)
   192         for(TInt j = 0; useCurParam && j < iParams.Count(); j++)
   194             {
   193             {
   195             if (candidateParams[i] == iParams[j])
   194             if (candidateParams[i] == iParams[j])
   196                 {
   195                 {