diff options
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IWorldComm.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IWorldComm.cs b/OpenSim/Region/Framework/Interfaces/IWorldComm.cs index 66b3f3a..d76a0d7 100644 --- a/OpenSim/Region/Framework/Interfaces/IWorldComm.cs +++ b/OpenSim/Region/Framework/Interfaces/IWorldComm.cs | |||
@@ -51,8 +51,7 @@ namespace OpenSim.Region.Framework.Interfaces | |||
51 | /// 1 corresponds to IWorldCommListenerInfo::GetName() | 51 | /// 1 corresponds to IWorldCommListenerInfo::GetName() |
52 | /// 2 corresponds to IWorldCommListenerInfo::GetMessage() | 52 | /// 2 corresponds to IWorldCommListenerInfo::GetMessage() |
53 | /// </summary> | 53 | /// </summary> |
54 | /// <returns></returns> | 54 | int RegexBitfield { get; } |
55 | int GetRegexBitfield(); | ||
56 | } | 55 | } |
57 | 56 | ||
58 | public interface IWorldComm | 57 | public interface IWorldComm |