diff options
author | Dan Lake | 2011-10-03 16:45:04 -0700 |
---|---|---|
committer | Dan Lake | 2011-10-03 16:45:04 -0700 |
commit | bfa405e6f70ee31510a20f708327c1c254398926 (patch) | |
tree | 31ef92163250ae7e40c69a0765b2ded9c6917ed8 /OpenSim/Framework | |
parent | Removed redundant code in AttachmentsModule and simplified interfaces which c... (diff) | |
parent | trival tweak to trigger the continuous integration system (diff) | |
download | opensim-SC-bfa405e6f70ee31510a20f708327c1c254398926.zip opensim-SC-bfa405e6f70ee31510a20f708327c1c254398926.tar.gz opensim-SC-bfa405e6f70ee31510a20f708327c1c254398926.tar.bz2 opensim-SC-bfa405e6f70ee31510a20f708327c1c254398926.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/IScene.cs | 3 |
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> |