aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSimMain.cs
diff options
context:
space:
mode:
authorMW2007-08-30 13:47:04 +0000
committerMW2007-08-30 13:47:04 +0000
commite1505be97fbf71ac91e0747b7604c1bc7e54e1ed (patch)
tree85c830dedcba4b9d55c709aa9c0d6ca1ad06411d /OpenSim/Region/Application/OpenSimMain.cs
parentdefault to sqlite for user storage. You will have to recreate (diff)
downloadopensim-SC_OLD-e1505be97fbf71ac91e0747b7604c1bc7e54e1ed.zip
opensim-SC_OLD-e1505be97fbf71ac91e0747b7604c1bc7e54e1ed.tar.gz
opensim-SC_OLD-e1505be97fbf71ac91e0747b7604c1bc7e54e1ed.tar.bz2
opensim-SC_OLD-e1505be97fbf71ac91e0747b7604c1bc7e54e1ed.tar.xz
Added some place holder classes for various modules.
Some work on the asset cache, can people please test this. including on one of the public systems so we can see if it causes problems with multiple users.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Application/OpenSimMain.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs
index 5d0d2b5..17f360f 100644
--- a/OpenSim/Region/Application/OpenSimMain.cs
+++ b/OpenSim/Region/Application/OpenSimMain.cs
@@ -102,6 +102,7 @@ namespace OpenSim
102 } 102 }
103 103
104 ReadConfigSettings(startupSource); 104 ReadConfigSettings(startupSource);
105
105 } 106 }
106 107
107 protected void ReadConfigSettings(IConfigSource configSource) 108 protected void ReadConfigSettings(IConfigSource configSource)
@@ -124,6 +125,7 @@ namespace OpenSim
124 m_networkServersInfo.loadFromConfiguration(configSource); 125 m_networkServersInfo.loadFromConfiguration(configSource);
125 } 126 }
126 127
128
127 /// <summary> 129 /// <summary>
128 /// Performs initialisation of the scene, such as loading configuration from disk. 130 /// Performs initialisation of the scene, such as loading configuration from disk.
129 /// </summary> 131 /// </summary>