Update svn properties. Add copyright headers. Minor formatting cleanup.

This commit is contained in:
Jeff Ames
2008-11-09 01:31:38 +00:00
parent bdf9add8d1
commit 8da726c3a8
26 changed files with 653 additions and 140 deletions

View File

@@ -7661,7 +7661,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
/// <param name="iface"></param>
protected void RegisterInterface<T>(T iface)
{
lock(m_clientInterfaces)
lock (m_clientInterfaces)
{
m_clientInterfaces.Add(typeof(T), iface);
}

View File

@@ -259,7 +259,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
public void WipeClean()
{
m_log.Info("[PACKETQUEUE] Wiping Packet Queues Clean");
lock(this)
lock (this)
{
ResendOutgoingPacketQueue.Clear();
LandOutgoingPacketQueue.Clear();