aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorAdam Frisby2007-07-13 19:27:15 +0000
committerAdam Frisby2007-07-13 19:27:15 +0000
commit985e0b765aca8cff5982c30935a2412e4537bb55 (patch)
tree3feeb0752d8e1d1fecfde84de5f99e80d9d31ffc /OpenSim/Framework
parentfirst draft sql definition for prims based on PrimData (diff)
downloadopensim-SC_OLD-985e0b765aca8cff5982c30935a2412e4537bb55.zip
opensim-SC_OLD-985e0b765aca8cff5982c30935a2412e4537bb55.tar.gz
opensim-SC_OLD-985e0b765aca8cff5982c30935a2412e4537bb55.tar.bz2
opensim-SC_OLD-985e0b765aca8cff5982c30935a2412e4537bb55.tar.xz
* Obsoleted ILocalStorage
* Added IRegionDataStore * Added OnBackup event to EventManager
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r--OpenSim/Framework/General/Interfaces/ILocalStorage.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/General/Interfaces/ILocalStorage.cs b/OpenSim/Framework/General/Interfaces/ILocalStorage.cs
index dbdb25d..cd09945 100644
--- a/OpenSim/Framework/General/Interfaces/ILocalStorage.cs
+++ b/OpenSim/Framework/General/Interfaces/ILocalStorage.cs
@@ -34,6 +34,7 @@ namespace OpenSim.Framework.Interfaces
34 /// <summary> 34 /// <summary>
35 /// ILocalStorage. Really hacked together right now needs cleaning up 35 /// ILocalStorage. Really hacked together right now needs cleaning up
36 /// </summary> 36 /// </summary>
37 [System.Obsolete("Redundant, use IRegionDataStore instead")]
37 public interface ILocalStorage 38 public interface ILocalStorage
38 { 39 {
39 void Initialise(string datastore); 40 void Initialise(string datastore);