applayerprotocols/httptransportfw/core/TFilterConfigurationIter.cpp
changeset 28 dd1f62411ef8
parent 0 b16258d2340f
equal deleted inserted replaced
27:974c3ee9bf20 28:dd1f62411ef8
    74 		{
    74 		{
    75 		return KErrNotFound;
    75 		return KErrNotFound;
    76 		}
    76 		}
    77 	else
    77 	else
    78 		{
    78 		{
    79 		++iCurrentFilterIndex;
       
    80 		// If the next filter is a mandatory filter then move on to the next filter
    79 		// If the next filter is a mandatory filter then move on to the next filter
    81 		if( iFilterInfoList[iCurrentFilterIndex]->iCategory == TSessionFilterInfo::EMandatory )
    80 		if( iFilterInfoList[iCurrentFilterIndex]->iCategory == TSessionFilterInfo::EMandatory )
    82 			return Next();
    81 			return Next();
       
    82 		++iCurrentFilterIndex;
    83 		}
    83 		}
    84 
    84 
    85 	return KErrNone;
    85 	return KErrNone;
    86 	}
    86 	}
    87 
    87