diff options
author | mingchen | 2007-06-28 02:07:59 +0000 |
---|---|---|
committer | mingchen | 2007-06-28 02:07:59 +0000 |
commit | 440bb4a358cdc01559f624dbcbb7391d260616e0 (patch) | |
tree | 088381278f09c467ba98932d05d4b8d1489c5e3e /OpenSim/Region/GridInterfaces | |
parent | *Moved all the classes into their own file from LLSDHelpers.cs (diff) | |
download | opensim-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 'OpenSim/Region/GridInterfaces')
-rw-r--r-- | OpenSim/Region/GridInterfaces/Local/LocalAssetServer.cs | 2 | ||||
-rw-r--r-- | OpenSim/Region/GridInterfaces/Remote/RemoteAssetServer.cs | 2 |
2 files changed, 2 insertions, 2 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; | |||
38 | using Db4objects.Db4o; | 38 | using Db4objects.Db4o; |
39 | using Db4objects.Db4o.Query; | 39 | using Db4objects.Db4o.Query; |
40 | 40 | ||
41 | namespace OpenSim.GridInterfaces.Local | 41 | namespace OpenSim.Region.GridInterfaces.Local |
42 | { | 42 | { |
43 | public class LocalAssetPlugin : IAssetPlugin | 43 | public class LocalAssetPlugin : IAssetPlugin |
44 | { | 44 | { |
diff --git a/OpenSim/Region/GridInterfaces/Remote/RemoteAssetServer.cs b/OpenSim/Region/GridInterfaces/Remote/RemoteAssetServer.cs index ca01c68..4652f70 100644 --- a/OpenSim/Region/GridInterfaces/Remote/RemoteAssetServer.cs +++ b/OpenSim/Region/GridInterfaces/Remote/RemoteAssetServer.cs | |||
@@ -37,7 +37,7 @@ using OpenSim.Framework.Interfaces; | |||
37 | using OpenSim.Framework.Types; | 37 | using OpenSim.Framework.Types; |
38 | using OpenSim.Framework.Utilities; | 38 | using OpenSim.Framework.Utilities; |
39 | 39 | ||
40 | namespace OpenSim.GridInterfaces.Remote | 40 | namespace OpenSim.Region.GridInterfaces.Remote |
41 | { | 41 | { |
42 | public class RemoteAssetServer : IAssetServer | 42 | public class RemoteAssetServer : IAssetServer |
43 | { | 43 | { |