Rename IAssetProviderPlugin to IAssetDataPlugin aligning with the other data plugins.

This commit is contained in:
Mike Mazur
2009-02-03 05:20:03 +00:00
parent 2c2f10e156
commit f8e45e8e98
11 changed files with 22 additions and 22 deletions

View File

@@ -36,7 +36,7 @@ namespace OpenSim.Tests.Common.Mock
/// mono addin plugin system starts co-operating with the unit test system. Currently no locking since unit
/// tests are single threaded.
/// </summary>
public class TestAssetDataPlugin : IAssetProviderPlugin
public class TestAssetDataPlugin : IAssetDataPlugin
{
public string Version { get { return "0"; } }
public string Name { get { return "TestAssetDataPlugin"; } }