Changeset 1483 for branches/eraser6/6.0
- Timestamp:
- 1/6/2010 9:16:37 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/6.0/Eraser.DefaultPlugins/ErasureMethods/FirstLast16KB.cs
r1360 r1483 42 42 method = ErasureMethodManager.GetInstance( 43 43 DefaultPlugin.Settings.FL16Method); 44 else if (ManagerLibrary.Settings.DefaultFileErasureMethod != Guid) 45 method = ErasureMethodManager.GetInstance( 46 ManagerLibrary.Settings.DefaultFileErasureMethod); 44 47 else 45 48 method = ErasureMethodManager.GetInstance( 46 ManagerLibrary.Settings.DefaultFileErasureMethod);49 new Guid("1407FC4E-FEFF-4375-B4FB-D7EFBB7E9922")); 47 50 } 48 51 catch (ErasureMethodNotFoundException)
Note: See TracChangeset
for help on using the changeset viewer.
