* just added a readonly and a comment
parent
e7a709068a
commit
fec87ad3d7
|
@ -37,7 +37,7 @@ namespace OpenSim.Framework.Console
|
||||||
{
|
{
|
||||||
private static readonly log4net.ILog m_log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
|
private static readonly log4net.ILog m_log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
|
||||||
|
|
||||||
private object m_syncRoot = new object();
|
private readonly object m_syncRoot = new object();
|
||||||
|
|
||||||
public conscmd_callback m_cmdParser;
|
public conscmd_callback m_cmdParser;
|
||||||
public string m_componentName;
|
public string m_componentName;
|
||||||
|
|
|
@ -65,7 +65,7 @@ namespace OpenSim.Framework
|
||||||
Task = 4,
|
Task = 4,
|
||||||
Texture = 5,
|
Texture = 5,
|
||||||
Asset = 6,
|
Asset = 6,
|
||||||
Unknown = 7,
|
Unknown = 7, // Also doubles as 'do not throttle'
|
||||||
Back = 8
|
Back = 8
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue