Move platform files to proper folders

pull/4/head
Mark McDowall 8 years ago
parent 04ca1e4569
commit c3f9a0336c

@ -2,6 +2,7 @@
using Mono.Unix;
using NUnit.Framework;
using NzbDrone.Common.Test.DiskTests;
using NzbDrone.Mono.Disk;
namespace NzbDrone.Mono.Test.DiskProviderTests
{

@ -1,5 +1,6 @@
using NUnit.Framework;
using NzbDrone.Common.Test.DiskTests;
using NzbDrone.Mono.Disk;
namespace NzbDrone.Mono.Test.DiskProviderTests
{

@ -10,7 +10,7 @@ using NzbDrone.Common.EnsureThat;
using NzbDrone.Common.Extensions;
using NzbDrone.Common.Instrumentation;
namespace NzbDrone.Mono
namespace NzbDrone.Mono.Disk
{
public class DiskProvider : DiskProviderBase
{

@ -1,6 +1,6 @@
using NzbDrone.Common.Exceptions;
namespace NzbDrone.Mono
namespace NzbDrone.Mono.Disk
{
public class LinuxPermissionsException : NzbDroneException
{

@ -1,14 +1,9 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using NLog;
using NzbDrone.Common.Disk;
using NzbDrone.Common.Extensions;
using Mono.Unix;
using NzbDrone.Common.Disk;
namespace NzbDrone.Mono
namespace NzbDrone.Mono.Disk
{
public class ProcMount : IMount
{

@ -7,7 +7,7 @@ using NLog;
using NzbDrone.Common.Disk;
using NzbDrone.Common.Extensions;
namespace NzbDrone.Mono
namespace NzbDrone.Mono.Disk
{
public interface IProcMountProvider
{

@ -4,7 +4,7 @@ using Mono.Unix;
using Mono.Unix.Native;
using NLog;
namespace NzbDrone.Mono
namespace NzbDrone.Mono.Disk
{
public interface ISymbolicLinkResolver
{

@ -3,7 +3,7 @@ using System.Reflection;
using NLog;
using NzbDrone.Common.EnvironmentInfo;
namespace NzbDrone.Mono
namespace NzbDrone.Mono.EnvironmentInfo
{
public class MonoRuntimeProvider : RuntimeInfoBase
{

@ -3,6 +3,7 @@ using System.Security.AccessControl;
using System.Security.Principal;
using NUnit.Framework;
using NzbDrone.Common.Test.DiskTests;
using NzbDrone.Windows.Disk;
namespace NzbDrone.Windows.Test.DiskProviderTests
{

@ -1,5 +1,6 @@
using NUnit.Framework;
using NzbDrone.Common.Test.DiskTests;
using NzbDrone.Windows.Disk;
namespace NzbDrone.Windows.Test.DiskProviderTests
{

@ -6,7 +6,7 @@ using NzbDrone.Common.Disk;
using NzbDrone.Common.EnsureThat;
using NzbDrone.Common.Instrumentation;
namespace NzbDrone.Windows
namespace NzbDrone.Windows.Disk
{
public class DiskProvider : DiskProviderBase
{

@ -2,7 +2,7 @@
using NLog;
using NzbDrone.Common.EnvironmentInfo;
namespace NzbDrone.Windows
namespace NzbDrone.Windows.EnvironmentInfo
{
public class DotNetRuntimeProvider : RuntimeInfoBase
{
Loading…
Cancel
Save