engine/inc/FeedParser.h
branchRCL_3
changeset 342 9441fb8fd60d
parent 258 f02d87cb8d1f
child 365 3317b29a19f1
equal deleted inserted replaced
341:a648d7ca5e27 342:9441fb8fd60d
    99 	TUint iMaxItems;
    99 	TUint iMaxItems;
   100 	TUint iItemsParsed;
   100 	TUint iItemsParsed;
   101 	TBool iStoppedParsing;
   101 	TBool iStoppedParsing;
   102 	TEncoding iEncoding;
   102 	TEncoding iEncoding;
   103 	RFs& iRfs;
   103 	RFs& iRfs;
       
   104 	TInt iFileSize;
   104 };
   105 };
   105 
   106 
   106 #endif
   107 #endif