Move PostWriteHandlers to the IO namespace

This commit is contained in:
Cyberboss
2018-10-02 11:44:49 -04:00
parent fcf002b25a
commit f2dec6ff43
3 changed files with 3 additions and 3 deletions
@@ -1,4 +1,4 @@
namespace Tgstation.Server.Host.Core
namespace Tgstation.Server.Host.IO
{
interface IPostWriteHandler
{
@@ -1,7 +1,7 @@
using Mono.Unix;
using Mono.Unix.Native;
namespace Tgstation.Server.Host.Core
namespace Tgstation.Server.Host.IO
{
/// <summary>
/// <see cref="IPostWriteHandler"/> for POSIX systems
@@ -1,4 +1,4 @@
namespace Tgstation.Server.Host.Core
namespace Tgstation.Server.Host.IO
{
/// <summary>
/// <see cref="IPostWriteHandler"/> for Windows systems