diff options
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 e375343..90cdf0a 100644 --- a/OpenSim/Region/Environment/Interfaces/IRegionDataStore.cs +++ b/OpenSim/Region/Environment/Interfaces/IRegionDataStore.cs | |||
@@ -40,7 +40,7 @@ namespace OpenSim.Region.Environment.Interfaces | |||
40 | /// </summary> | 40 | /// </summary> |
41 | /// <param name="filename">The file to save the database to (may not be applicable)</param> | 41 | /// <param name="filename">The file to save the database to (may not be applicable)</param> |
42 | /// <param name="dbname">The name of the database to store to (may not be applicable)</param> | 42 | /// <param name="dbname">The name of the database to store to (may not be applicable)</param> |
43 | void Initialise(string filename, string dbname); | 43 | void Initialise(string filename); |
44 | 44 | ||
45 | void StoreObject(SceneObjectGroup obj, LLUUID regionUUID); | 45 | void StoreObject(SceneObjectGroup obj, LLUUID regionUUID); |
46 | void RemoveObject(LLUUID uuid, LLUUID regionUUID); | 46 | void RemoveObject(LLUUID uuid, LLUUID regionUUID); |