diff options
author | lbsa71 | 2008-01-02 06:51:29 +0000 |
---|---|---|
committer | lbsa71 | 2008-01-02 06:51:29 +0000 |
commit | 7909d80821bdb14460403028ecee3c4c7e8a3c03 (patch) | |
tree | 8922859afb27da28f92383563291e44454d4b547 /OpenSim/Grid/ScriptServer | |
parent | * Fixed an issue where the RegionFlags and SimAccess settings were being save... (diff) | |
download | opensim-SC_OLD-7909d80821bdb14460403028ecee3c4c7e8a3c03.zip opensim-SC_OLD-7909d80821bdb14460403028ecee3c4c7e8a3c03.tar.gz opensim-SC_OLD-7909d80821bdb14460403028ecee3c4c7e8a3c03.tar.bz2 opensim-SC_OLD-7909d80821bdb14460403028ecee3c4c7e8a3c03.tar.xz |
* Added using as per mail to see if that does anything for Ursulas build issues. Thanks Ursula!
Diffstat (limited to 'OpenSim/Grid/ScriptServer')
-rw-r--r-- | OpenSim/Grid/ScriptServer/RemotingObject.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Grid/ScriptServer/RemotingObject.cs b/OpenSim/Grid/ScriptServer/RemotingObject.cs index 2a235bf..179a2f6 100644 --- a/OpenSim/Grid/ScriptServer/RemotingObject.cs +++ b/OpenSim/Grid/ScriptServer/RemotingObject.cs | |||
@@ -2,6 +2,7 @@ | |||
2 | using System.Collections.Generic; | 2 | using System.Collections.Generic; |
3 | using System.Text; | 3 | using System.Text; |
4 | using OpenSim.Region.Environment.Interfaces; | 4 | using OpenSim.Region.Environment.Interfaces; |
5 | using OpenSim.Region.ScriptEngine.DotNetEngine; | ||
5 | 6 | ||
6 | namespace OpenSim.Grid.ScriptServer | 7 | namespace OpenSim.Grid.ScriptServer |
7 | { | 8 | { |