Renamed AssemblyTypeLister to MultiAssemblyTypeLister because otherwise, the name implies that it's a type lister for a single assembly; renamed PredefinedTypeLister to ExplicitTypeLister which is more intuitive; disabled all service manager code unless ENABLE_SERVICEMANAGER is defined (while it's under development); improved documentation for the multi assembly type lister; removed resolveContract() delegate and generic overloads
git-svn-id: file:///srv/devel/repo-conversion/nusu@141 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
c9d9810c28
commit
0ada9998e2
13 changed files with 195 additions and 91 deletions
|
@ -25,7 +25,8 @@ using Nuclex.Support.Tracking;
|
|||
|
||||
namespace Nuclex.Support.Services.ProgressTracking {
|
||||
|
||||
#if false
|
||||
#if ENABLE_SERVICEMANAGER
|
||||
|
||||
/// <summary>Tracks the progress of running background processes</summary>
|
||||
public class ProgressTrackingComponent :
|
||||
IProgressCollectingService,
|
||||
|
@ -71,6 +72,7 @@ namespace Nuclex.Support.Services.ProgressTracking {
|
|||
}
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // ENABLE_SERVICEMANAGER
|
||||
|
||||
} // namespace Nuclex.Support.Services.ProgressTracking
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue