harvester/common/inc/harvestdata.inl
branchRCL_3
changeset 3 6752808b2036
parent 0 c53acadfccc6
child 19 b73252188534
equal deleted inserted replaced
2:b73a2e62868f 3:6752808b2036
    99     delete iLocationArray[aIndex];
    99     delete iLocationArray[aIndex];
   100     delete iQueryArray[aIndex];
   100     delete iQueryArray[aIndex];
   101     iMdeObjectArray.Remove( aIndex );
   101     iMdeObjectArray.Remove( aIndex );
   102     iLocationArray.Remove( aIndex );
   102     iLocationArray.Remove( aIndex );
   103     iQueryArray.Remove( aIndex );
   103     iQueryArray.Remove( aIndex );
       
   104     
       
   105     if( iMdeObjectArray.Count() == 0 )
       
   106         {
       
   107         iMdeObjectArray.Compress();
       
   108         }
       
   109 
       
   110     if( iLocationArray.Count() == 0 )
       
   111         {
       
   112         iLocationArray.Compress();
       
   113         }
       
   114 
       
   115     if( iQueryArray.Count() == 0 )
       
   116         {
       
   117         iQueryArray.Compress();
       
   118         }    
   104     }
   119     }
   105 
   120 
   106 // ---------------------------------------------------------------------------
   121 // ---------------------------------------------------------------------------
   107 // Returns the count of objects in the array.
   122 // Returns the count of objects in the array.
   108 // ---------------------------------------------------------------------------
   123 // ---------------------------------------------------------------------------