Fields should be protected unless private is required
parent
68c73951ef
commit
cdfbf78d07
|
@ -54,7 +54,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||||
public class LLUDPServerShim : INonSharedRegionModule
|
public class LLUDPServerShim : INonSharedRegionModule
|
||||||
{
|
{
|
||||||
protected IConfigSource m_Config;
|
protected IConfigSource m_Config;
|
||||||
LLUDPServer m_udpServer;
|
protected LLUDPServer m_udpServer;
|
||||||
|
|
||||||
#region INonSharedRegionModule
|
#region INonSharedRegionModule
|
||||||
public virtual string Name
|
public virtual string Name
|
||||||
|
|
Loading…
Reference in New Issue