Changed all string references of "IRegionDataStore" to "ISimulationDataStore"

This commit is contained in:
John Hurliman
2010-09-11 22:02:34 -07:00
parent 109b517583
commit e2544584ad
5 changed files with 2 additions and 8 deletions

View File

@@ -73,7 +73,6 @@ namespace OpenSim.Data.Null
{
}
// see IRegionDatastore
public void StorePrimInventory(UUID primID, ICollection<TaskInventoryItem> items)
{
}