Changeset 2211


Ignore:
Timestamp:
6/19/2010 10:50:17 AM (20 months ago)
Author:
lowjoel
Message:

More compilos.

Location:
trunk/eraser/Eraser.DefaultPlugins
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/eraser/Eraser.DefaultPlugins/ErasureTargets/SecureMoveErasureTarget.cs

    r2210 r2211  
    337337 
    338338            if (Task.Canceled) 
    339                 return IO.CopyProgressFunctionResult.Stop; 
    340             return IO.CopyProgressFunctionResult.Continue; 
     339                return Methods.CopyProgressFunctionResult.Stop; 
     340            return Methods.CopyProgressFunctionResult.Continue; 
    341341        } 
    342342 
  • trunk/eraser/Eraser.DefaultPlugins/FileSystems/Windows.cs

    r2175 r2211  
    338338            if (fileArea == fileLength) 
    339339                return; 
    340  
     340            return; 
    341341            //Otherwise, unset any read-only flags, create the stream, lengthen the 
    342342            //file, then tell the erasure method to erase the cluster tips. 
Note: See TracChangeset for help on using the changeset viewer.