aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Interfaces/IRegionDataStore.cs
diff options
context:
space:
mode:
authormingchen2007-12-18 17:42:02 +0000
committermingchen2007-12-18 17:42:02 +0000
commit128f2b1e1b876e5e10233b6f13a91be9314c3dc9 (patch)
treeb685a017da3f8ac7c23a20eea3b27df42735bd58 /OpenSim/Region/Environment/Interfaces/IRegionDataStore.cs
parent* Sakai appears to be having some sort of socket error that we've not account... (diff)
downloadopensim-SC_OLD-128f2b1e1b876e5e10233b6f13a91be9314c3dc9.zip
opensim-SC_OLD-128f2b1e1b876e5e10233b6f13a91be9314c3dc9.tar.gz
opensim-SC_OLD-128f2b1e1b876e5e10233b6f13a91be9314c3dc9.tar.bz2
opensim-SC_OLD-128f2b1e1b876e5e10233b6f13a91be9314c3dc9.tar.xz
*Parcels and their access lists now store over multiple sessions when the datastore is sqlite
Diffstat (limited to 'OpenSim/Region/Environment/Interfaces/IRegionDataStore.cs')
-rw-r--r--OpenSim/Region/Environment/Interfaces/IRegionDataStore.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Interfaces/IRegionDataStore.cs b/OpenSim/Region/Environment/Interfaces/IRegionDataStore.cs
index 919cfdc..7c63027 100644
--- a/OpenSim/Region/Environment/Interfaces/IRegionDataStore.cs
+++ b/OpenSim/Region/Environment/Interfaces/IRegionDataStore.cs
@@ -51,7 +51,7 @@ namespace OpenSim.Region.Environment.Interfaces
51 double[,] LoadTerrain(LLUUID regionID); 51 double[,] LoadTerrain(LLUUID regionID);
52 52
53 void StoreLandObject(Land Parcel,LLUUID regionUUID); 53 void StoreLandObject(Land Parcel,LLUUID regionUUID);
54 void RemoveLandObject(uint ID, LLUUID regionUUID); 54 void RemoveLandObject(LLUUID globalID);
55 List<Framework.LandData> LoadLandObjects(LLUUID regionUUID); 55 List<Framework.LandData> LoadLandObjects(LLUUID regionUUID);
56 56
57 void Shutdown(); 57 void Shutdown();