* Obsoleted ILocalStorage

* Added IRegionDataStore
* Added OnBackup event to EventManager
This commit is contained in:
Adam Frisby
2007-07-13 19:27:15 +00:00
parent dd5120af43
commit 985e0b765a
3 changed files with 75 additions and 0 deletions

View File

@@ -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);