From f8e45e8e981bfd87f3765d7452046515e11a9345 Mon Sep 17 00:00:00 2001 From: Mike Mazur Date: Tue, 3 Feb 2009 05:20:03 +0000 Subject: Rename IAssetProviderPlugin to IAssetDataPlugin aligning with the other data plugins. --- OpenSim/Grid/AssetServer/Main.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'OpenSim/Grid/AssetServer/Main.cs') diff --git a/OpenSim/Grid/AssetServer/Main.cs b/OpenSim/Grid/AssetServer/Main.cs index 72300b5..b5c8df0 100644 --- a/OpenSim/Grid/AssetServer/Main.cs +++ b/OpenSim/Grid/AssetServer/Main.cs @@ -51,7 +51,7 @@ namespace OpenSim.Grid.AssetServer // Temporarily hardcoded - should be a plugin protected IAssetLoader assetLoader = new AssetLoaderFileSystem(); - private IAssetProviderPlugin m_assetProvider; + private IAssetDataPlugin m_assetProvider; public static void Main(string[] args) { @@ -111,10 +111,10 @@ namespace OpenSim.Grid.AssetServer return null; } - public IAssetProviderPlugin LoadDatabasePlugin(string provider, string connect) + public IAssetDataPlugin LoadDatabasePlugin(string provider, string connect) { - PluginLoader loader = - new PluginLoader (new AssetDataInitialiser (connect)); + PluginLoader loader = + new PluginLoader (new AssetDataInitialiser (connect)); // loader will try to load all providers (MySQL, MSSQL, etc) // unless it is constrainted to the correct "Provider" entry in the addin.xml -- cgit v1.1