diff options
author | John Hurliman | 2010-09-11 22:02:34 -0700 |
---|---|---|
committer | John Hurliman | 2010-09-11 22:02:34 -0700 |
commit | e2544584ad57a30def4f6b13eeaafe90eb81fe9e (patch) | |
tree | bd6ae66c21194b8f12bcc0dbe5babcdf10ab4f6b /OpenSim/Data/Null/NullSimulationData.cs | |
parent | Fixed the naming mess around data connectors for simulation data (diff) | |
download | opensim-SC_OLD-e2544584ad57a30def4f6b13eeaafe90eb81fe9e.zip opensim-SC_OLD-e2544584ad57a30def4f6b13eeaafe90eb81fe9e.tar.gz opensim-SC_OLD-e2544584ad57a30def4f6b13eeaafe90eb81fe9e.tar.bz2 opensim-SC_OLD-e2544584ad57a30def4f6b13eeaafe90eb81fe9e.tar.xz |
Changed all string references of "IRegionDataStore" to "ISimulationDataStore"
Diffstat (limited to 'OpenSim/Data/Null/NullSimulationData.cs')
-rw-r--r-- | OpenSim/Data/Null/NullSimulationData.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Data/Null/NullSimulationData.cs b/OpenSim/Data/Null/NullSimulationData.cs index 9c7da8e..34d3a4e 100644 --- a/OpenSim/Data/Null/NullSimulationData.cs +++ b/OpenSim/Data/Null/NullSimulationData.cs | |||
@@ -73,7 +73,6 @@ namespace OpenSim.Data.Null | |||
73 | { | 73 | { |
74 | } | 74 | } |
75 | 75 | ||
76 | // see IRegionDatastore | ||
77 | public void StorePrimInventory(UUID primID, ICollection<TaskInventoryItem> items) | 76 | public void StorePrimInventory(UUID primID, ICollection<TaskInventoryItem> items) |
78 | { | 77 | { |
79 | } | 78 | } |