Changeset 938 for branches/eraser6/Manager/Task.cs
- Timestamp:
- 5/1/2009 1:08:43 AM (4 years ago)
- File:
-
- 1 edited
-
branches/eraser6/Manager/Task.cs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/Manager/Task.cs
r935 r938 385 385 return method; 386 386 return ErasureMethodManager.GetInstance( 387 ManagerLibrary. Instance.Settings.DefaultFileErasureMethod);387 ManagerLibrary.Settings.DefaultFileErasureMethod); 388 388 } 389 389 set … … 448 448 return method; 449 449 return ErasureMethodManager.GetInstance( 450 ManagerLibrary. Instance.Settings.DefaultUnusedSpaceErasureMethod);450 ManagerLibrary.Settings.DefaultUnusedSpaceErasureMethod); 451 451 } 452 452 set
Note: See TracChangeset
for help on using the changeset viewer.
