Improved documentation
git-svn-id: file:///srv/devel/repo-conversion/nusu@14 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
0008304d64
commit
88390bc38d
4 changed files with 47 additions and 19 deletions
17
Source/Tracking/ProgressionTracker.cs
Normal file
17
Source/Tracking/ProgressionTracker.cs
Normal file
|
@ -0,0 +1,17 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Nuclex.Support.Tracking {
|
||||
/*
|
||||
public abstract class ProgressionTracker {
|
||||
|
||||
public void Track() {}
|
||||
|
||||
protected virtual void OnStartTracking();
|
||||
protected virtual void OnEndTracking();
|
||||
protected virtual void OnProgressUpdated();
|
||||
|
||||
}
|
||||
*/
|
||||
} // namespace Nuclex.Support.Tracking
|
Loading…
Add table
Add a link
Reference in a new issue