syncmlfw/ds/syncagent/src/nsmldscmds.cpp
branchGCC_SURGE
changeset 53 b3a7d8e28262
parent 44 39aa16f3fdc2
child 55 1c556dee8eb1
equal deleted inserted replaced
39:ac7f88fb2797 53:b3a7d8e28262
  1952 	            {
  1952 	            {
  1953 	            iDSContent.SetServerItemCount( nocNum );
  1953 	            iDSContent.SetServerItemCount( nocNum );
  1954 	            }
  1954 	            }
  1955 			iDSObserver.OnSyncMLSyncProgress(
  1955 			iDSObserver.OnSyncMLSyncProgress(
  1956             	MSyncMLProgressObserver::ESmlReceivingModificationsFromServer,
  1956             	MSyncMLProgressObserver::ESmlReceivingModificationsFromServer,
  1957 	        	iDSContent.ServerItemCount(), 0 );
  1957 	        	iDSContent.ServerItemCount(), iDSContent.TaskId() );
  1958 			}
  1958 			}
  1959 
  1959 
  1960         // If number of changes is more than batch limit then batch is used if
  1960         // If number of changes is more than batch limit then batch is used if
  1961         // plug in adapter supports batch mode
  1961         // plug in adapter supports batch mode
  1962 	    if ( iDSContent.ServerItemCount() >= KNSmlBatchLimit && !iMoreData )
  1962 	    if ( iDSContent.ServerItemCount() >= KNSmlBatchLimit && !iMoreData )