mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
* eliminated some warnings and added some const and readonlies
* refactored some member names for readability and ccc (code convention conformance) * took away two refs from Rest.Inventory since * System.IO is part of System * System.Xml.Serialization is part of System.Xml
This commit is contained in:
@@ -40,7 +40,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
//private static readonly log4net.ILog m_log
|
||||
// = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
private LLClientStackNetworkHandler m_networkHandler;
|
||||
private readonly LLClientStackNetworkHandler m_networkHandler;
|
||||
private IScene m_scene;
|
||||
|
||||
//private readonly ClientManager m_clientManager = new ClientManager();
|
||||
|
||||
Reference in New Issue
Block a user