diff options
Diffstat (limited to 'OpenSim/Region/Environment/Interfaces')
-rw-r--r-- | OpenSim/Region/Environment/Interfaces/IRegionDataStore.cs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/OpenSim/Region/Environment/Interfaces/IRegionDataStore.cs b/OpenSim/Region/Environment/Interfaces/IRegionDataStore.cs index 7c63027..91aa5ff 100644 --- a/OpenSim/Region/Environment/Interfaces/IRegionDataStore.cs +++ b/OpenSim/Region/Environment/Interfaces/IRegionDataStore.cs | |||
@@ -38,9 +38,10 @@ namespace OpenSim.Region.Environment.Interfaces | |||
38 | /// <summary> | 38 | /// <summary> |
39 | /// Initialises the data storage engine | 39 | /// Initialises the data storage engine |
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). Alternatively, |
42 | /// <param name="dbname">The name of the database to store to (may not be applicable)</param> | 42 | /// a connection string for the database</param> |
43 | void Initialise(string filename); | 43 | /// <param name="persistPrimInventories">Temporary switch while this option is immature</param> |
44 | void Initialise(string filename, bool persistPrimInventories); | ||
44 | 45 | ||
45 | void StoreObject(SceneObjectGroup obj, LLUUID regionUUID); | 46 | void StoreObject(SceneObjectGroup obj, LLUUID regionUUID); |
46 | void RemoveObject(LLUUID uuid, LLUUID regionUUID); | 47 | void RemoveObject(LLUUID uuid, LLUUID regionUUID); |