aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/ScriptServer/RemotingObject.cs
diff options
context:
space:
mode:
authorlbsa712008-01-02 06:51:29 +0000
committerlbsa712008-01-02 06:51:29 +0000
commit7909d80821bdb14460403028ecee3c4c7e8a3c03 (patch)
tree8922859afb27da28f92383563291e44454d4b547 /OpenSim/Grid/ScriptServer/RemotingObject.cs
parent* Fixed an issue where the RegionFlags and SimAccess settings were being save... (diff)
downloadopensim-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/RemotingObject.cs')
-rw-r--r--OpenSim/Grid/ScriptServer/RemotingObject.cs1
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 @@
2using System.Collections.Generic; 2using System.Collections.Generic;
3using System.Text; 3using System.Text;
4using OpenSim.Region.Environment.Interfaces; 4using OpenSim.Region.Environment.Interfaces;
5using OpenSim.Region.ScriptEngine.DotNetEngine;
5 6
6namespace OpenSim.Grid.ScriptServer 7namespace OpenSim.Grid.ScriptServer
7{ 8{