diff options
author | Dev Random | 2014-04-01 08:56:05 -0400 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-04-02 01:17:41 +0100 |
commit | 43eab5e16338b37defc2ae7113f41f2b37690718 (patch) | |
tree | ba71df2c89b1d53d1f9b4713e79df3741af3d6a6 /OpenSim/Region/Framework | |
parent | minor: Only calculate fetched usedPrims and simulatorCapacity info in PrimLim... (diff) | |
download | opensim-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')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IEstateModule.cs | 4 |
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 | ||
28 | using OpenMetaverse; | 28 | using OpenMetaverse; |
29 | using OpenSim.Services.Interfaces; | ||
29 | 30 | ||
30 | namespace OpenSim.Region.Framework.Interfaces | 31 | namespace 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> |