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/Tests/Common/Mock/MockRegionDataPlugin.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/Tests/Common/Mock/MockRegionDataPlugin.cs')
-rw-r--r-- | OpenSim/Tests/Common/Mock/MockRegionDataPlugin.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/Mock/MockRegionDataPlugin.cs b/OpenSim/Tests/Common/Mock/MockRegionDataPlugin.cs index e95d26a..315d405 100644 --- a/OpenSim/Tests/Common/Mock/MockRegionDataPlugin.cs +++ b/OpenSim/Tests/Common/Mock/MockRegionDataPlugin.cs | |||
@@ -114,7 +114,6 @@ namespace OpenSim.Data.Null | |||
114 | } | 114 | } |
115 | } | 115 | } |
116 | 116 | ||
117 | // see IRegionDatastore | ||
118 | public void StorePrimInventory(UUID primID, ICollection<TaskInventoryItem> items) | 117 | public void StorePrimInventory(UUID primID, ICollection<TaskInventoryItem> items) |
119 | { | 118 | { |
120 | m_primItems[primID] = items; | 119 | m_primItems[primID] = items; |