mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
Make more APIs public
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
namespace Microsoft.Iris.Data
|
||||
{
|
||||
internal interface IResourceProvider
|
||||
public interface IResourceProvider
|
||||
{
|
||||
Resource GetResource(string hierarchicalPart, string uri, bool forceSynchronous);
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@ using System;
|
||||
|
||||
namespace Microsoft.Iris.Data
|
||||
{
|
||||
internal sealed class ResourceManager
|
||||
public sealed class ResourceManager
|
||||
{
|
||||
internal const string ProtocolSeparator = "://";
|
||||
private Vector<ResourceManager.UriRedirect> _redirects;
|
||||
|
||||
Reference in New Issue
Block a user