aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces')
-rw-r--r--OpenSim/Region/Framework/Interfaces/IEstateModule.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IEstateModule.cs b/OpenSim/Region/Framework/Interfaces/IEstateModule.cs
index 944c66b..600ecfe 100644
--- a/OpenSim/Region/Framework/Interfaces/IEstateModule.cs
+++ b/OpenSim/Region/Framework/Interfaces/IEstateModule.cs
@@ -26,6 +26,7 @@
26 */ 26 */
27 27
28using OpenMetaverse; 28using OpenMetaverse;
29using OpenSim.Services.Interfaces;
29 30
30namespace OpenSim.Region.Framework.Interfaces 31namespace OpenSim.Region.Framework.Interfaces
31{ 32{
@@ -41,6 +42,9 @@ namespace OpenSim.Region.Framework.Interfaces
41 uint GetRegionFlags(); 42 uint GetRegionFlags();
42 bool IsManager(UUID avatarID); 43 bool IsManager(UUID avatarID);
43 44
45 string SetEstateOwner(int estateID, UserAccount account);
46 string SetEstateName(int estateID, string newName);
47
44 /// <summary> 48 /// <summary>
45 /// Tell all clients about the current state of the region (terrain textures, water height, etc.). 49 /// Tell all clients about the current state of the region (terrain textures, water height, etc.).
46 /// </summary> 50 /// </summary>