diff --git a/GBase/FileHandling/Factories/IFileHandlerFactory.cs b/GBase/FileHandling/Factories/IFileHandlerFactory.cs index fddd1b5..9782f5c 100644 --- a/GBase/FileHandling/Factories/IFileHandlerFactory.cs +++ b/GBase/FileHandling/Factories/IFileHandlerFactory.cs @@ -10,7 +10,7 @@ namespace GBase.FileHandling.Factories /// /// Factory for the /// - internal interface IFileHandlerFactory + public interface IFileHandlerFactory { /// /// Creates an diff --git a/GBase/Interfaces/FileHandling/IFileHandler.cs b/GBase/Interfaces/FileHandling/IFileHandler.cs index a036b3f..4d2dc39 100644 --- a/GBase/Interfaces/FileHandling/IFileHandler.cs +++ b/GBase/Interfaces/FileHandling/IFileHandler.cs @@ -11,7 +11,7 @@ namespace GBase.Interfaces.FileHandling /// /// Internal file handler /// - internal interface IFileHandler : IAsyncDisposable + public interface IFileHandler : IAsyncDisposable { /// /// Initialize this