refactoring IWorldCommListenerInfo.GetRegexBitfield() method to be a field with a private setter

This commit is contained in:
SignpostMarv
2012-10-23 16:02:31 +01:00
committed by Justin Clark-Casey (justincc)
parent e977761071
commit 80dcc13af2
2 changed files with 9 additions and 14 deletions

View File

@@ -51,8 +51,7 @@ namespace OpenSim.Region.Framework.Interfaces
/// 1 corresponds to IWorldCommListenerInfo::GetName()
/// 2 corresponds to IWorldCommListenerInfo::GetMessage()
/// </summary>
/// <returns></returns>
int GetRegexBitfield();
int RegexBitfield { get; }
}
public interface IWorldComm