diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim.Framework/Interfaces/ILocalStorage.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim.Framework/Interfaces/ILocalStorage.cs b/OpenSim.Framework/Interfaces/ILocalStorage.cs index a4d2ba1..4dd8868 100644 --- a/OpenSim.Framework/Interfaces/ILocalStorage.cs +++ b/OpenSim.Framework/Interfaces/ILocalStorage.cs | |||
@@ -36,6 +36,7 @@ namespace OpenSim.Framework.Interfaces | |||
36 | /// </summary> | 36 | /// </summary> |
37 | public interface ILocalStorage | 37 | public interface ILocalStorage |
38 | { | 38 | { |
39 | void Initialise(string datastore); | ||
39 | void StorePrim(PrimData prim); | 40 | void StorePrim(PrimData prim); |
40 | void RemovePrim(LLUUID primID); | 41 | void RemovePrim(LLUUID primID); |
41 | void LoadPrimitives(ILocalStorageReceiver receiver); | 42 | void LoadPrimitives(ILocalStorageReceiver receiver); |