diff options
Diffstat (limited to 'OpenSim/Framework/IScene.cs')
-rw-r--r-- | OpenSim/Framework/IScene.cs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/OpenSim/Framework/IScene.cs b/OpenSim/Framework/IScene.cs index 4b6e9a5..7b9eced 100644 --- a/OpenSim/Framework/IScene.cs +++ b/OpenSim/Framework/IScene.cs | |||
@@ -29,7 +29,8 @@ using libsecondlife; | |||
29 | 29 | ||
30 | namespace OpenSim.Framework | 30 | namespace OpenSim.Framework |
31 | { | 31 | { |
32 | public delegate void restart( RegionInfo thisRegion ); | 32 | public delegate void restart(RegionInfo thisRegion); |
33 | |||
33 | //public delegate void regionup ( RegionInfo thisRegion ); | 34 | //public delegate void regionup ( RegionInfo thisRegion ); |
34 | 35 | ||
35 | public enum RegionStatus : int | 36 | public enum RegionStatus : int |
@@ -38,7 +39,7 @@ namespace OpenSim.Framework | |||
38 | Up = 1, | 39 | Up = 1, |
39 | Crashed = 2, | 40 | Crashed = 2, |
40 | Starting = 3 | 41 | Starting = 3 |
41 | }; | 42 | } ; |
42 | 43 | ||
43 | public interface IScene | 44 | public interface IScene |
44 | { | 45 | { |
@@ -58,4 +59,4 @@ namespace OpenSim.Framework | |||
58 | 59 | ||
59 | ClientManager ClientManager { get; } | 60 | ClientManager ClientManager { get; } |
60 | } | 61 | } |
61 | } | 62 | } \ No newline at end of file |