Move post write handling from StaticFiles to Core

This commit is contained in:
Cyberboss
2018-09-12 16:33:20 -04:00
parent c90c641990
commit 84dd0643e3
5 changed files with 3 additions and 4 deletions
@@ -21,7 +21,6 @@ using System.Threading.Tasks;
using Tgstation.Server.Host.Components;
using Tgstation.Server.Host.Components.Byond;
using Tgstation.Server.Host.Components.Chat;
using Tgstation.Server.Host.Components.StaticFiles;
using Tgstation.Server.Host.Components.Watchdog;
using Tgstation.Server.Host.Configuration;
using Tgstation.Server.Host.Controllers;
@@ -1,4 +1,4 @@
namespace Tgstation.Server.Host.Components.StaticFiles
namespace Tgstation.Server.Host.Core
{
interface IPostWriteHandler
{
@@ -1,7 +1,7 @@
using Mono.Unix;
using Mono.Unix.Native;
namespace Tgstation.Server.Host.Components.StaticFiles
namespace Tgstation.Server.Host.Core
{
/// <summary>
/// <see cref="IPostWriteHandler"/> for POSIX systems
@@ -1,4 +1,4 @@
namespace Tgstation.Server.Host.Components.StaticFiles
namespace Tgstation.Server.Host.Core
{
/// <summary>
/// <see cref="IPostWriteHandler"/> for Windows systems