persistentstorage/store/TSTRM/t_storstreamperf.cpp
branchRCL_3
changeset 24 cc28652e0254
parent 23 26645d81f48d
equal deleted inserted replaced
23:26645d81f48d 24:cc28652e0254
   508 
   508 
   509 	//RPermanentFileStoreIter::NextL()
   509 	//RPermanentFileStoreIter::NextL()
   510 	store = CPermanentFileStore::OpenLC(TheFs, TheTestFile, EFileWrite | EFileRead);
   510 	store = CPermanentFileStore::OpenLC(TheFs, TheTestFile, EFileWrite | EFileRead);
   511 	RPermanentFileStoreIter it4;
   511 	RPermanentFileStoreIter it4;
   512 	it4.ResetLC(*store);
   512 	it4.ResetLC(*store);
   513 	TStreamId id(KNullStreamIdValue);
   513 	TStreamId id;
   514 	TInt cnt = 0;
   514 	TInt cnt = 0;
   515 	fc = User::FastCounter();
   515 	fc = User::FastCounter();
   516 	while((id = it4.NextL()) != KNullStreamIdValue)
   516 	while((id = it4.NextL()) != KNullStreamIdValue)
   517 		{
   517 		{
   518 		++cnt;
   518 		++cnt;