mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
Fixed the naming mess around data connectors for simulation data
This commit is contained in:
@@ -200,7 +200,7 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
/// Backup the inventory to the given data store
|
||||
/// </summary>
|
||||
/// <param name="datastore"></param>
|
||||
void ProcessInventoryBackup(IRegionDataStore datastore);
|
||||
void ProcessInventoryBackup(ISimulationDataStore datastore);
|
||||
|
||||
uint MaskEffectivePermissions();
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ using OpenSim.Region.Framework.Scenes;
|
||||
|
||||
namespace OpenSim.Region.Framework.Interfaces
|
||||
{
|
||||
public interface IRegionDataStore
|
||||
public interface ISimulationDataStore
|
||||
{
|
||||
/// <summary>
|
||||
/// Initialises the data storage engine
|
||||
Reference in New Issue
Block a user