mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
refactoring IWorldCommListenerInfo.GetRegexBitfield() method to be a field with a private setter
This commit is contained in:
committed by
Justin Clark-Casey (justincc)
parent
e977761071
commit
80dcc13af2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user