applayerprotocols/httptransportfw/core/TFilterConfigurationIter.cpp
branchRCL_3
changeset 19 c0c2f28ace9c
parent 13 26ce6fb6aee2
child 20 a0da872af3fa
equal deleted inserted replaced
18:5f1cd966e0d9 19:c0c2f28ace9c
    77 	else
    77 	else
    78 		{
    78 		{
    79 		// 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
    80 		if( iFilterInfoList[iCurrentFilterIndex]->iCategory == TSessionFilterInfo::EMandatory )
    80 		if( iFilterInfoList[iCurrentFilterIndex]->iCategory == TSessionFilterInfo::EMandatory )
    81 			return Next();
    81 			return Next();
    82 		++iCurrentFilterIndex;	
    82 		++iCurrentFilterIndex;
    83 		}
    83 		}
    84 
    84 
    85 	return KErrNone;
    85 	return KErrNone;
    86 	}
    86 	}
    87 
    87