Move platform files to proper folders

This commit is contained in:
Mark McDowall 2016-08-11 20:30:18 -07:00
parent 04ca1e4569
commit c3f9a0336c
12 changed files with 13 additions and 14 deletions

View File

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

View File

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

View File

@ -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
{

View File

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

View File

@ -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
{

View File

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

View File

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

View File

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

View File

@ -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
{

View File

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

View File

@ -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
{

View File

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