Changeset 2464 for branches/eraser6/pluginsRewrite/Eraser.DefaultPlugins/ErasureTargets/ErasureTargetBase.cs
- Timestamp:
- 3/13/2012 3:20:41 AM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/pluginsRewrite/Eraser.DefaultPlugins/ErasureTargets/ErasureTargetBase.cs
r2461 r2464 43 43 } 44 44 45 public abstract bool SupportsMethod(IErasureMethod method); 45 public virtual bool SupportsMethod(IErasureMethod method) 46 { 47 return true; 48 } 46 49 47 50 public abstract IErasureTargetConfigurer Configurer
Note: See TracChangeset
for help on using the changeset viewer.
