Removed scheduling and tracking directories from the projects (these have been moved into a separate assembly)

git-svn-id: file:///srv/devel/repo-conversion/nusu@219 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
Markus Ewald 2011-08-14 11:09:40 +00:00
parent eea74c8228
commit d3e055a37c
7 changed files with 8 additions and 280 deletions

View file

@ -18,13 +18,13 @@ License along with this library
*/
#endregion
#if ENABLE_SERVICEMANAGER
using System;
using System.Collections.Generic;
using Nuclex.Support.Tracking;
#if ENABLE_SERVICEMANAGER
namespace Nuclex.Support.Services.ProgressTracking {
/// <summary>Allows application-wide tracking of progress</summary>

View file

@ -18,13 +18,13 @@ License along with this library
*/
#endregion
#if ENABLE_SERVICEMANAGER
using System;
using System.Collections.Generic;
using Nuclex.Support.Tracking;
#if ENABLE_SERVICEMANAGER
namespace Nuclex.Support.Services.ProgressTracking {
/// <summary>Reports the progress of tracked background processes</summary>

View file

@ -18,13 +18,13 @@ License along with this library
*/
#endregion
#if ENABLE_SERVICEMANAGER
using System;
using System.Collections.Generic;
using Nuclex.Support.Tracking;
#if ENABLE_SERVICEMANAGER
namespace Nuclex.Support.Services.ProgressTracking {
/// <summary>Process whose progress is being tracked</summary>

View file

@ -18,13 +18,13 @@ License along with this library
*/
#endregion
#if ENABLE_SERVICEMANAGER
using System;
using System.Collections.Generic;
using Nuclex.Support.Tracking;
#if ENABLE_SERVICEMANAGER
namespace Nuclex.Support.Services.ProgressTracking {
/// <summary>Tracks the progress of running background processes</summary>