aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IScene.cs
diff options
context:
space:
mode:
authorDan Lake2011-10-03 16:45:04 -0700
committerDan Lake2011-10-03 16:45:04 -0700
commitbfa405e6f70ee31510a20f708327c1c254398926 (patch)
tree31ef92163250ae7e40c69a0765b2ded9c6917ed8 /OpenSim/Framework/IScene.cs
parentRemoved redundant code in AttachmentsModule and simplified interfaces which c... (diff)
parenttrival tweak to trigger the continuous integration system (diff)
downloadopensim-SC_OLD-bfa405e6f70ee31510a20f708327c1c254398926.zip
opensim-SC_OLD-bfa405e6f70ee31510a20f708327c1c254398926.tar.gz
opensim-SC_OLD-bfa405e6f70ee31510a20f708327c1c254398926.tar.bz2
opensim-SC_OLD-bfa405e6f70ee31510a20f708327c1c254398926.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Framework/IScene.cs')
-rw-r--r--OpenSim/Framework/IScene.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Framework/IScene.cs b/OpenSim/Framework/IScene.cs
index 8f7a2e5..e0cb897 100644
--- a/OpenSim/Framework/IScene.cs
+++ b/OpenSim/Framework/IScene.cs
@@ -33,15 +33,12 @@ namespace OpenSim.Framework
33{ 33{
34 public delegate void restart(RegionInfo thisRegion); 34 public delegate void restart(RegionInfo thisRegion);
35 35
36 //public delegate void regionup (RegionInfo thisRegion);
37
38 public enum RegionStatus : int 36 public enum RegionStatus : int
39 { 37 {
40 Down = 0, 38 Down = 0,
41 Up = 1, 39 Up = 1,
42 Crashed = 2, 40 Crashed = 2,
43 Starting = 3, 41 Starting = 3,
44 SlaveScene = 4
45 }; 42 };
46 43
47 /// <value> 44 /// <value>