diff options
author | mingchen | 2007-12-18 17:42:02 +0000 |
---|---|---|
committer | mingchen | 2007-12-18 17:42:02 +0000 |
commit | 128f2b1e1b876e5e10233b6f13a91be9314c3dc9 (patch) | |
tree | b685a017da3f8ac7c23a20eea3b27df42735bd58 /OpenSim/Region/Environment/Interfaces | |
parent | * Sakai appears to be having some sort of socket error that we've not account... (diff) | |
download | opensim-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')
-rw-r--r-- | OpenSim/Region/Environment/Interfaces/IRegionDataStore.cs | 2 |
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(); |