aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/IEstateModule.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-02-12 00:46:01 +0000
committerJustin Clark-Casey (justincc)2011-02-12 00:46:01 +0000
commit7e21c1eadf28e86b29fdd24b33e29950e195c6db (patch)
tree96a3a7a545ee7957030a06ed6b6be3f8a711fe83 /OpenSim/Region/Framework/Interfaces/IEstateModule.cs
parentrefactor: split out estate management commands into separate class (diff)
downloadopensim-SC_OLD-7e21c1eadf28e86b29fdd24b33e29950e195c6db.zip
opensim-SC_OLD-7e21c1eadf28e86b29fdd24b33e29950e195c6db.tar.gz
opensim-SC_OLD-7e21c1eadf28e86b29fdd24b33e29950e195c6db.tar.bz2
opensim-SC_OLD-7e21c1eadf28e86b29fdd24b33e29950e195c6db.tar.xz
Hack in a crude temporary "estate show" command
This will show the estate for each region, along with that estate's id and the estate owner. This is temporary because the command output might change. This commit also converts the estate module from the old to the new region module format
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces/IEstateModule.cs')
-rw-r--r--OpenSim/Region/Framework/Interfaces/IEstateModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IEstateModule.cs b/OpenSim/Region/Framework/Interfaces/IEstateModule.cs
index c850f7f..721f0ee 100644
--- a/OpenSim/Region/Framework/Interfaces/IEstateModule.cs
+++ b/OpenSim/Region/Framework/Interfaces/IEstateModule.cs
@@ -32,7 +32,7 @@ namespace OpenSim.Region.Framework.Interfaces
32 public delegate void ChangeDelegate(UUID regionID); 32 public delegate void ChangeDelegate(UUID regionID);
33 public delegate void MessageDelegate(UUID regionID, UUID fromID, string fromName, string message); 33 public delegate void MessageDelegate(UUID regionID, UUID fromID, string fromName, string message);
34 34
35 public interface IEstateModule : IRegionModule 35 public interface IEstateModule
36 { 36 {
37 event ChangeDelegate OnRegionInfoChange; 37 event ChangeDelegate OnRegionInfoChange;
38 event ChangeDelegate OnEstateInfoChange; 38 event ChangeDelegate OnEstateInfoChange;