diff options
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces/IEstateModule.cs')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IEstateModule.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IEstateModule.cs b/OpenSim/Region/Framework/Interfaces/IEstateModule.cs index 6b8b999..0563c8f 100644 --- a/OpenSim/Region/Framework/Interfaces/IEstateModule.cs +++ b/OpenSim/Region/Framework/Interfaces/IEstateModule.cs | |||
@@ -68,5 +68,8 @@ namespace OpenSim.Region.Framework.Interfaces | |||
68 | /// Returns whether the transfer ID is being used for a terrain transfer. | 68 | /// Returns whether the transfer ID is being used for a terrain transfer. |
69 | /// </summary> | 69 | /// </summary> |
70 | bool IsTerrainXfer(ulong xferID); | 70 | bool IsTerrainXfer(ulong xferID); |
71 | bool handleEstateChangeInfoCap(string estateName, UUID invoice, int sunHour, bool sunFixed, | ||
72 | bool externallyVisible, bool allowDirectTeleport, bool denyAnonymous, bool denyAgeUnverified, | ||
73 | bool alloVoiceChat, bool overridePublicAccess); | ||
71 | } | 74 | } |
72 | } | 75 | } |