diff options
author | Johan Berntsson | 2009-04-15 04:15:47 +0000 |
---|---|---|
committer | Johan Berntsson | 2009-04-15 04:15:47 +0000 |
commit | 119aeeed7d6310297090da0082a32193951b5b46 (patch) | |
tree | 669d7919feeb5ffa4a62a15b03ca2eee757cab9b /OpenSim/Framework | |
parent | Renamed splitID in Scene and added comments on usage (diff) | |
download | opensim-SC_OLD-119aeeed7d6310297090da0082a32193951b5b46.zip opensim-SC_OLD-119aeeed7d6310297090da0082a32193951b5b46.tar.gz opensim-SC_OLD-119aeeed7d6310297090da0082a32193951b5b46.tar.bz2 opensim-SC_OLD-119aeeed7d6310297090da0082a32193951b5b46.tar.xz |
Another cleanup: Region_Status renamed to RegionStatus, and a usage comment added
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/IScene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IScene.cs b/OpenSim/Framework/IScene.cs index 572d045..c9cdadb 100644 --- a/OpenSim/Framework/IScene.cs +++ b/OpenSim/Framework/IScene.cs | |||
@@ -59,7 +59,7 @@ namespace OpenSim.Framework | |||
59 | public interface IScene | 59 | public interface IScene |
60 | { | 60 | { |
61 | RegionInfo RegionInfo { get; } | 61 | RegionInfo RegionInfo { get; } |
62 | RegionStatus Region_Status { get; set; } | 62 | RegionStatus RegionStatus { get; set; } |
63 | 63 | ||
64 | ClientManager ClientManager { get; } | 64 | ClientManager ClientManager { get; } |
65 | event restart OnRestart; | 65 | event restart OnRestart; |