From 275d8c024739f69ec2fce59cffc2f8e19dffc5f0 Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Sun, 15 Jul 2007 14:58:23 +0000 Subject: * Adding example "NullStorage" DataStore engine. --- OpenSim/Region/Environment/Interfaces/IRegionDataStore.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Environment/Interfaces') 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 void Initialise(string filename, string dbname); void StoreObject(SceneObject obj); - void DeleteObject(LLUUID uuid); + void RemoveObject(LLUUID uuid); List LoadObjects(); -- cgit v1.1