mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
* Obsoleted ILocalStorage
* Added IRegionDataStore * Added OnBackup event to EventManager
This commit is contained in:
@@ -34,6 +34,7 @@ namespace OpenSim.Framework.Interfaces
|
||||
/// <summary>
|
||||
/// ILocalStorage. Really hacked together right now needs cleaning up
|
||||
/// </summary>
|
||||
[System.Obsolete("Redundant, use IRegionDataStore instead")]
|
||||
public interface ILocalStorage
|
||||
{
|
||||
void Initialise(string datastore);
|
||||
|
||||
Reference in New Issue
Block a user