mtpfws/mtpfw/src/cmtpdeltadatamgr.cpp
branchRCL_3
changeset 6 ef55b168cedb
parent 0 d0791faffa3f
equal deleted inserted replaced
5:3673b591050c 6:ef55b168cedb
   289 	
   289 	
   290 	TInt64 suidId = 0;
   290 	TInt64 suidId = 0;
   291 	TInt64 puidlow = 1;
   291 	TInt64 puidlow = 1;
   292 	TBuf8<KMTPPuidSize> puidBuffer;
   292 	TBuf8<KMTPPuidSize> puidBuffer;
   293 	
   293 	
   294 	for(TInt count=0;count <aMaxArraySize;count++)
   294 	for(TInt count=0;count <aMaxArraySize && iView.AtRow();count++)
   295 		{
   295 		{
   296 		iView.GetL();
   296 		iView.GetL();
   297 		//Get the data from the current row
   297 		//Get the data from the current row
   298 		suidId = iView.ColInt64(1);
   298 		suidId = iView.ColInt64(1);
   299 		TInt8 opCode = iView.ColInt8(2);	
   299 		TInt8 opCode = iView.ColInt8(2);	
   368 	
   368 	
   369 	TInt64 suidId = 0;
   369 	TInt64 suidId = 0;
   370 	TInt64 puidlow = 1;
   370 	TInt64 puidlow = 1;
   371 	TBuf8<KMTPPuidSize> puidBuffer;
   371 	TBuf8<KMTPPuidSize> puidBuffer;
   372 	
   372 	
   373 	for(TInt count=0;count <aMaxArraySize;count++)
   373 	for(TInt count=0;count <aMaxArraySize && iView.AtRow();count++)
   374 		{
   374 		{
   375 
   375 
   376 		iView.GetL();
   376 		iView.GetL();
   377 		//Get the data from the current row
   377 		//Get the data from the current row
   378 		suidId = iView.ColInt64(1);
   378 		suidId = iView.ColInt64(1);
   440 	
   440 	
   441 	TInt64 suidId = 0;
   441 	TInt64 suidId = 0;
   442 	TInt64 puidlow = 1;
   442 	TInt64 puidlow = 1;
   443 	TBuf8<KMTPPuidSize> puidBuffer;
   443 	TBuf8<KMTPPuidSize> puidBuffer;
   444 	
   444 	
   445 	for(TInt count=0;count <aMaxArraySize;count++)
   445 	for(TInt count=0;count <aMaxArraySize && iView.AtRow();count++)
   446 		{
   446 		{
   447 
   447 
   448 		iView.GetL();
   448 		iView.GetL();
   449 		//Get the data from the current row
   449 		//Get the data from the current row
   450 		suidId = iView.ColInt64(1);
   450 		suidId = iView.ColInt64(1);
   512 	
   512 	
   513 	TInt64 suidId = 0;
   513 	TInt64 suidId = 0;
   514 	TInt64 puidlow = 1;
   514 	TInt64 puidlow = 1;
   515 	TBuf8<KMTPPuidSize> puidBuffer;
   515 	TBuf8<KMTPPuidSize> puidBuffer;
   516 	
   516 	
   517 	for(TInt count=0;count <aMaxArraySize;count++)
   517 	for(TInt count=0;count <aMaxArraySize && iView.AtRow();count++)
   518 		{
   518 		{
   519 		iView.GetL();
   519 		iView.GetL();
   520 		//Get the data from the current row
   520 		//Get the data from the current row
   521 		suidId = iView.ColInt64(1);		
   521 		suidId = iView.ColInt64(1);		
   522 		
   522