engine/src/FeedParser.cpp
branchsymbian1
changeset 244 d6c20128dad5
parent 242 64a2995a3e08
child 247 60621d146c19
child 343 9c56bf585696
equal deleted inserted replaced
242:64a2995a3e08 244:d6c20128dad5
   300 				// We should now be finished with the show.
   300 				// We should now be finished with the show.
   301 				iActiveShow = NULL;
   301 				iActiveShow = NULL;
   302 				
   302 				
   303 				iItemsParsed++;
   303 				iItemsParsed++;
   304 				DP2("iItemsParsed: %d, iMaxItems: %d", iItemsParsed, iMaxItems);
   304 				DP2("iItemsParsed: %d, iMaxItems: %d", iItemsParsed, iMaxItems);
   305 				if (iItemsParsed >= iMaxItems) 
   305 //				if (iItemsParsed >= iMaxItems) 
   306 					{
   306 //					{
   307 					iStoppedParsing = ETrue;
   307 //					iStoppedParsing = ETrue;
   308 					DP("*** Too many items, aborting parsing");
   308 //					DP("*** Too many items, aborting parsing");
   309 					}
   309 //					}
   310 				
   310 				
   311 				iFeedState=EStateChannel;
   311 				iFeedState=EStateChannel;
   312 				}
   312 				}
   313 			break;
   313 			break;
   314 		case EStateItemPubDate:
   314 		case EStateItemPubDate: