upnpmediaserver/contentdirectoryservice/src/upnplocalstorage.cpp
changeset 32 3785f754ee62
parent 0 7f85d04be362
child 38 5360b7ddc251
equal deleted inserted replaced
27:03808033c9a2 32:3785f754ee62
   493     for (TInt i = 0; i < aObjList.Count(); i++ )
   493     for (TInt i = 0; i < aObjList.Count(); i++ )
   494         {
   494         {
   495         parentId = iMetadataStorage->GetParentIdL( aObjList[i] );
   495         parentId = iMetadataStorage->GetParentIdL( aObjList[i] );
   496         if ( parentId>=0 )
   496         if ( parentId>=0 )
   497             {
   497             {
   498             objCommitedList.Append(parentId);
   498             objCommitedList.AppendL(parentId);
   499             // commit every KCommitEveryNum inserts
   499             // commit every KCommitEveryNum inserts
   500             if( !( i%KCommitEveryNum ) ) 
   500             if( !( i%KCommitEveryNum ) ) 
   501                 {
   501                 {
   502                 // ignore if i == 0;
   502                 // ignore if i == 0;
   503                 if ( i )
   503                 if ( i )