aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces
diff options
context:
space:
mode:
authorDev Random2014-04-01 08:56:05 -0400
committerJustin Clark-Casey (justincc)2014-04-02 01:17:41 +0100
commit43eab5e16338b37defc2ae7113f41f2b37690718 (patch)
treeba71df2c89b1d53d1f9b4713e79df3741af3d6a6 /OpenSim/Region/Framework/Interfaces
parentminor: Only calculate fetched usedPrims and simulatorCapacity info in PrimLim... (diff)
downloadopensim-SC_OLD-43eab5e16338b37defc2ae7113f41f2b37690718.zip
opensim-SC_OLD-43eab5e16338b37defc2ae7113f41f2b37690718.tar.gz
opensim-SC_OLD-43eab5e16338b37defc2ae7113f41f2b37690718.tar.bz2
opensim-SC_OLD-43eab5e16338b37defc2ae7113f41f2b37690718.tar.xz
Console command to rename Estate
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>