diff options
author | Adam Frisby | 2007-07-15 14:58:23 +0000 |
---|---|---|
committer | Adam Frisby | 2007-07-15 14:58:23 +0000 |
commit | 275d8c024739f69ec2fce59cffc2f8e19dffc5f0 (patch) | |
tree | e67204e9cce1d53c5eabad3c37ac9311ec65acfe /OpenSim/Region/Environment/Interfaces/IRegionDataStore.cs | |
parent | * Fixed bug where UserServer SendKey would not be saved in configuration. (diff) | |
download | opensim-SC_OLD-275d8c024739f69ec2fce59cffc2f8e19dffc5f0.zip opensim-SC_OLD-275d8c024739f69ec2fce59cffc2f8e19dffc5f0.tar.gz opensim-SC_OLD-275d8c024739f69ec2fce59cffc2f8e19dffc5f0.tar.bz2 opensim-SC_OLD-275d8c024739f69ec2fce59cffc2f8e19dffc5f0.tar.xz |
* Adding example "NullStorage" DataStore engine.
Diffstat (limited to 'OpenSim/Region/Environment/Interfaces/IRegionDataStore.cs')
-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 ff809b4..c068866 100644 --- a/OpenSim/Region/Environment/Interfaces/IRegionDataStore.cs +++ b/OpenSim/Region/Environment/Interfaces/IRegionDataStore.cs | |||
@@ -47,7 +47,7 @@ namespace OpenSim.Region.Interfaces | |||
47 | void Initialise(string filename, string dbname); | 47 | void Initialise(string filename, string dbname); |
48 | 48 | ||
49 | void StoreObject(SceneObject obj); | 49 | void StoreObject(SceneObject obj); |
50 | void DeleteObject(LLUUID uuid); | 50 | void RemoveObject(LLUUID uuid); |
51 | 51 | ||
52 | List<SceneObject> LoadObjects(); | 52 | List<SceneObject> LoadObjects(); |
53 | 53 | ||