diff options
author | SignpostMarv | 2012-10-23 16:02:31 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-10-26 02:08:00 +0100 |
commit | 80dcc13af2b33a5621bac49f15cbf6a97d2d8e16 (patch) | |
tree | 6a0609d1ef53b1cddfb34f79d1ca087e7bbad36d /OpenSim/Region/Framework | |
parent | adding ability for listeners to be filtered by regular expressions and a gene... (diff) | |
download | opensim-SC_OLD-80dcc13af2b33a5621bac49f15cbf6a97d2d8e16.zip opensim-SC_OLD-80dcc13af2b33a5621bac49f15cbf6a97d2d8e16.tar.gz opensim-SC_OLD-80dcc13af2b33a5621bac49f15cbf6a97d2d8e16.tar.bz2 opensim-SC_OLD-80dcc13af2b33a5621bac49f15cbf6a97d2d8e16.tar.xz |
refactoring IWorldCommListenerInfo.GetRegexBitfield() method to be a field with a private setter
Diffstat (limited to 'OpenSim/Region/Framework')
-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 |