mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
* just added a readonly and a comment
This commit is contained in:
@@ -37,7 +37,7 @@ namespace OpenSim.Framework.Console
|
||||
{
|
||||
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 string m_componentName;
|
||||
|
||||
@@ -65,7 +65,7 @@ namespace OpenSim.Framework
|
||||
Task = 4,
|
||||
Texture = 5,
|
||||
Asset = 6,
|
||||
Unknown = 7,
|
||||
Unknown = 7, // Also doubles as 'do not throttle'
|
||||
Back = 8
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user