* refactor: make startup a template method

This commit is contained in:
Justin Clarke Casey
2008-10-03 15:11:29 +00:00
parent 5c0a0bc2e0
commit 70124a3213
9 changed files with 21 additions and 25 deletions

View File

@@ -44,6 +44,9 @@ namespace OpenSim.Region.ClientStack.LindenUDP
private static readonly log4net.ILog m_log
= log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
/// <summary>
/// Is throttling enabled at all?
/// </summary>
private bool m_enabled = true;
private OpenSim.Framework.BlockingQueue<LLQueItem> SendQueue;