Changeset 2785
- Timestamp:
- 7/17/2012 7:06:14 AM (10 months ago)
- Location:
- branches/eraser6/EraserService
- Files:
-
- 2 edited
-
Eraser.Manager/Task.cs (modified) (1 diff)
-
Eraser.Util/Sampler.cs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/EraserService/Eraser.Manager/Task.cs
r2774 r2785 577 577 /// steps of the Task Progress. 578 578 /// </summary> 579 [Serializable] 579 580 public class ErasureTargetProgressManagerStep : SteppedProgressManagerStepBase 580 581 { -
branches/eraser6/EraserService/Eraser.Util/Sampler.cs
r2516 r2785 31 31 /// </summary> 32 32 /// <typeparam name="T">The type of data to sample.</typeparam> 33 [Serializable] 33 34 public class Sampler 34 35 { … … 91 92 /// Represents an interval. 92 93 /// </summary> 94 [Serializable] 93 95 public class Interval 94 96 {
Note: See TracChangeset
for help on using the changeset viewer.
