emailservices/emailstore/message_store/server/src/ContainerStoreContainersTable.cpp
changeset 72 64e38f08e49c
parent 59 16ed8d08d0b1
child 68 83cc6bae1de8
equal deleted inserted replaced
65:478bc57ad291 72:64e38f08e49c
   727 		CleanupClosePushL( childrens );
   727 		CleanupClosePushL( childrens );
   728 		ListChildrenL( childrens, id, EMsgStoreFolderBits, ETrue );
   728 		ListChildrenL( childrens, id, EMsgStoreFolderBits, ETrue );
   729 		
   729 		
   730 		for ( int i = 0 ; i < childrens.Count() ; i++ )
   730 		for ( int i = 0 ; i < childrens.Count() ; i++ )
   731 			{
   731 			{
   732 			iTable.SeekL( childrens[i] );
   732 			User::LeaveIfError(iTable.SeekL( childrens[i] ));
   733 			iTable.GetL();
   733 			iTable.GetL();
   734 			childrenCounts.Copy( iTable.ColDes8(iChildrenCountsColNum) );
   734 			childrenCounts.Copy( iTable.ColDes8(iChildrenCountsColNum) );
   735 		    iCustomBehaviorProvider.IncrementParentCounts( totalCounts, childrenCounts );
   735 		    iCustomBehaviorProvider.IncrementParentCounts( totalCounts, childrenCounts );
   736 			}
   736 			}
   737 		
   737