aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/GridInterfaces/Local/LocalAssetServer.cs
diff options
context:
space:
mode:
authormingchen2007-06-28 02:07:59 +0000
committermingchen2007-06-28 02:07:59 +0000
commit440bb4a358cdc01559f624dbcbb7391d260616e0 (patch)
tree088381278f09c467ba98932d05d4b8d1489c5e3e /OpenSim/Region/GridInterfaces/Local/LocalAssetServer.cs
parent*Moved all the classes into their own file from LLSDHelpers.cs (diff)
downloadopensim-SC_OLD-440bb4a358cdc01559f624dbcbb7391d260616e0.zip
opensim-SC_OLD-440bb4a358cdc01559f624dbcbb7391d260616e0.tar.gz
opensim-SC_OLD-440bb4a358cdc01559f624dbcbb7391d260616e0.tar.bz2
opensim-SC_OLD-440bb4a358cdc01559f624dbcbb7391d260616e0.tar.xz
*Fixed UserServer and OpenSim so now they start without crashing.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/GridInterfaces/Local/LocalAssetServer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/GridInterfaces/Local/LocalAssetServer.cs b/OpenSim/Region/GridInterfaces/Local/LocalAssetServer.cs
index 87eff49..95d03f1 100644
--- a/OpenSim/Region/GridInterfaces/Local/LocalAssetServer.cs
+++ b/OpenSim/Region/GridInterfaces/Local/LocalAssetServer.cs
@@ -38,7 +38,7 @@ using libsecondlife;
38using Db4objects.Db4o; 38using Db4objects.Db4o;
39using Db4objects.Db4o.Query; 39using Db4objects.Db4o.Query;
40 40
41namespace OpenSim.GridInterfaces.Local 41namespace OpenSim.Region.GridInterfaces.Local
42{ 42{
43 public class LocalAssetPlugin : IAssetPlugin 43 public class LocalAssetPlugin : IAssetPlugin
44 { 44 {