Changeset 186 for branches/eraser6/Manager/Method.cs
- Timestamp:
- 03/10/08 09:05:17 (5 years ago)
- File:
-
- 1 edited
-
branches/eraser6/Manager/Method.cs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/Manager/Method.cs
r181 r186 101 101 public override void Erase(Stream strm, PRNG prng, OnProgress callback) 102 102 { 103 throw new NotImplementedException("The method or operation is not implemented."); 103 throw new NotImplementedException("The DefaultMethod class should never be " + 104 "used and should instead be replaced before execution!"); 104 105 } 105 106 } … … 118 119 /// </summary> 119 120 /// <returns>A mutable list, with an instance of each method.</returns> 120 public static Dictionary<Guid, ErasureMethod> Get Methods()121 public static Dictionary<Guid, ErasureMethod> GetAll() 121 122 { 122 123 lock (Globals.ErasureMethodManager.methods)
Note: See TracChangeset
for help on using the changeset viewer.
