diff options
author | Justin Clarke Casey | 2009-02-11 18:46:51 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-02-11 18:46:51 +0000 |
commit | 162a59ba17af6c1fe16036ae3d1510d5c895b914 (patch) | |
tree | 610429265416a6c6ac13500795d049eac324a9da /OpenSim/Region/Application | |
parent | * More inventory archive invocation to a proper region module (diff) | |
download | opensim-SC_OLD-162a59ba17af6c1fe16036ae3d1510d5c895b914.zip opensim-SC_OLD-162a59ba17af6c1fe16036ae3d1510d5c895b914.tar.gz opensim-SC_OLD-162a59ba17af6c1fe16036ae3d1510d5c895b914.tar.bz2 opensim-SC_OLD-162a59ba17af6c1fe16036ae3d1510d5c895b914.tar.xz |
* Refactor inventory archive code to allow direct invocation in order to support future unit tests
* Add a file I missed out from the last commit (the build was probably fine without it)
Diffstat (limited to 'OpenSim/Region/Application')
-rw-r--r-- | OpenSim/Region/Application/OpenSimBase.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs index 6592a9b..43cb127 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs | |||
@@ -164,7 +164,7 @@ namespace OpenSim | |||
164 | } | 164 | } |
165 | 165 | ||
166 | /// <summary> | 166 | /// <summary> |
167 | /// Performs startup specific to this region server, including initialization of the scene | 167 | /// Performs startup specific to the region server, including initialization of the scene |
168 | /// such as loading configuration from disk. | 168 | /// such as loading configuration from disk. |
169 | /// </summary> | 169 | /// </summary> |
170 | protected override void StartupSpecific() | 170 | protected override void StartupSpecific() |
@@ -175,7 +175,7 @@ namespace OpenSim | |||
175 | 175 | ||
176 | LibraryRootFolder libraryRootFolder = new LibraryRootFolder(m_configSettings.LibrariesXMLFile); | 176 | LibraryRootFolder libraryRootFolder = new LibraryRootFolder(m_configSettings.LibrariesXMLFile); |
177 | 177 | ||
178 | // StandAlone mode? is determined by !startupConfig.GetBoolean("gridmode", false) | 178 | // Standalone mode is determined by !startupConfig.GetBoolean("gridmode", false) |
179 | if (m_configSettings.Standalone) | 179 | if (m_configSettings.Standalone) |
180 | { | 180 | { |
181 | InitialiseStandaloneServices(libraryRootFolder); | 181 | InitialiseStandaloneServices(libraryRootFolder); |