mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-29 16:11:05 +01:00
Move PostWriteHandlers to the IO namespace
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
namespace Tgstation.Server.Host.Core
|
||||
namespace Tgstation.Server.Host.IO
|
||||
{
|
||||
interface IPostWriteHandler
|
||||
{
|
||||
+1
-1
@@ -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
-1
@@ -1,4 +1,4 @@
|
||||
namespace Tgstation.Server.Host.Core
|
||||
namespace Tgstation.Server.Host.IO
|
||||
{
|
||||
/// <summary>
|
||||
/// <see cref="IPostWriteHandler"/> for Windows systems
|
||||
Reference in New Issue
Block a user