Add OpenSim & Simple inventory storage plugins and Null metrics plugin.

This commit is contained in:
Mike Mazur
2009-02-16 02:26:27 +00:00
parent 3f3dfd7ac1
commit 74a2bd237a
10 changed files with 117 additions and 53 deletions

View File

@@ -83,7 +83,7 @@ namespace OpenSim.Grid.AssetInventoryServer
int ForEach(Action<Metadata> action, int start, int count);
}
public interface IInventoryProvider
public interface IInventoryStorageProvider : IAssetInventoryServerPlugin
{
BackendResponse TryFetchItem(Uri owner, UUID itemID, out InventoryItem item);
BackendResponse TryFetchFolder(Uri owner, UUID folderID, out InventoryFolder folder);