mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
Rename IAssetProviderPlugin to IAssetDataPlugin aligning with the other data plugins.
This commit is contained in:
@@ -30,7 +30,7 @@ using OpenSim.Framework;
|
||||
|
||||
namespace OpenSim.Data
|
||||
{
|
||||
public abstract class AssetDataBase : IAssetProviderPlugin
|
||||
public abstract class AssetDataBase : IAssetDataPlugin
|
||||
{
|
||||
public abstract AssetBase FetchAsset(UUID uuid);
|
||||
public abstract void CreateAsset(AssetBase asset);
|
||||
|
||||
@@ -114,7 +114,7 @@ namespace OpenSim.Data.MSSQL
|
||||
|
||||
#endregion
|
||||
|
||||
#region IAssetProviderPlugin Members
|
||||
#region IAssetDataPlugin Members
|
||||
|
||||
/// <summary>
|
||||
/// Fetch Asset from database
|
||||
|
||||
@@ -110,7 +110,7 @@ namespace OpenSim.Data.MySQL
|
||||
|
||||
public override void Dispose() { }
|
||||
|
||||
#region IAssetProviderPlugin Members
|
||||
#region IAssetDataPlugin Members
|
||||
|
||||
/// <summary>
|
||||
/// Fetch Asset <paramref name="assetID"/> from database
|
||||
|
||||
Reference in New Issue
Block a user