diff options
author | Melanie Thielker | 2016-06-14 01:27:48 +0200 |
---|---|---|
committer | Melanie Thielker | 2016-06-14 01:27:48 +0200 |
commit | cdfbf78d07aef282b011d5c26b53e7a24af67093 (patch) | |
tree | 0b8bb99494895b5c40aa4ea83660dd79e22d2577 /OpenSim/Region/ClientStack | |
parent | Make the LLUDPServerShim inheritable. There is absolutely no reason for (diff) | |
download | opensim-SC_OLD-cdfbf78d07aef282b011d5c26b53e7a24af67093.zip opensim-SC_OLD-cdfbf78d07aef282b011d5c26b53e7a24af67093.tar.gz opensim-SC_OLD-cdfbf78d07aef282b011d5c26b53e7a24af67093.tar.bz2 opensim-SC_OLD-cdfbf78d07aef282b011d5c26b53e7a24af67093.tar.xz |
Fields should be protected unless private is required
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs index 781dae8..9d182b6 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs | |||
@@ -54,7 +54,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
54 | public class LLUDPServerShim : INonSharedRegionModule | 54 | public class LLUDPServerShim : INonSharedRegionModule |
55 | { | 55 | { |
56 | protected IConfigSource m_Config; | 56 | protected IConfigSource m_Config; |
57 | LLUDPServer m_udpServer; | 57 | protected LLUDPServer m_udpServer; |
58 | 58 | ||
59 | #region INonSharedRegionModule | 59 | #region INonSharedRegionModule |
60 | public virtual string Name | 60 | public virtual string Name |