aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite
diff options
context:
space:
mode:
authorJohn Hurliman2010-09-11 22:02:34 -0700
committerJohn Hurliman2010-09-11 22:02:34 -0700
commite2544584ad57a30def4f6b13eeaafe90eb81fe9e (patch)
treebd6ae66c21194b8f12bcc0dbe5babcdf10ab4f6b /OpenSim/Data/SQLite
parentFixed the naming mess around data connectors for simulation data (diff)
downloadopensim-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/SQLite')
-rw-r--r--OpenSim/Data/SQLite/SQLiteSimulationData.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Data/SQLite/SQLiteSimulationData.cs b/OpenSim/Data/SQLite/SQLiteSimulationData.cs
index 55c27b2..1820f78 100644
--- a/OpenSim/Data/SQLite/SQLiteSimulationData.cs
+++ b/OpenSim/Data/SQLite/SQLiteSimulationData.cs
@@ -79,7 +79,6 @@ namespace OpenSim.Data.SQLite
79 **********************************************************************/ 79 **********************************************************************/
80 80
81 /// <summary> 81 /// <summary>
82 /// See IRegionDataStore
83 /// <list type="bullet"> 82 /// <list type="bullet">
84 /// <item>Initialises RegionData Interface</item> 83 /// <item>Initialises RegionData Interface</item>
85 /// <item>Loads and initialises a new SQLite connection and maintains it.</item> 84 /// <item>Loads and initialises a new SQLite connection and maintains it.</item>
@@ -1951,7 +1950,6 @@ namespace OpenSim.Data.SQLite
1951 } 1950 }
1952 1951
1953 /// <summary> 1952 /// <summary>
1954 /// see IRegionDatastore
1955 /// </summary> 1953 /// </summary>
1956 /// <param name="primID"></param> 1954 /// <param name="primID"></param>
1957 /// <param name="items"></param> 1955 /// <param name="items"></param>