diff options
author | John Hurliman | 2010-09-11 20:43:06 -0700 |
---|---|---|
committer | John Hurliman | 2010-09-11 20:43:06 -0700 |
commit | 109b51758398d24a96a16900e8feb24361aee29d (patch) | |
tree | aa696571c44fcf7afdad1931137a51f3074cd524 /OpenSim/Region/Framework/Interfaces/IEntityInventory.cs | |
parent | Re-enabled asset last access time logging in MySQL (diff) | |
download | opensim-SC-109b51758398d24a96a16900e8feb24361aee29d.zip opensim-SC-109b51758398d24a96a16900e8feb24361aee29d.tar.gz opensim-SC-109b51758398d24a96a16900e8feb24361aee29d.tar.bz2 opensim-SC-109b51758398d24a96a16900e8feb24361aee29d.tar.xz |
Fixed the naming mess around data connectors for simulation data
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IEntityInventory.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs b/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs index ae2e844..54845fd 100644 --- a/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs +++ b/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs | |||
@@ -200,7 +200,7 @@ namespace OpenSim.Region.Framework.Interfaces | |||
200 | /// Backup the inventory to the given data store | 200 | /// Backup the inventory to the given data store |
201 | /// </summary> | 201 | /// </summary> |
202 | /// <param name="datastore"></param> | 202 | /// <param name="datastore"></param> |
203 | void ProcessInventoryBackup(IRegionDataStore datastore); | 203 | void ProcessInventoryBackup(ISimulationDataStore datastore); |
204 | 204 | ||
205 | uint MaskEffectivePermissions(); | 205 | uint MaskEffectivePermissions(); |
206 | 206 | ||