aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP
diff options
context:
space:
mode:
authorJeff Ames2008-11-09 01:31:38 +0000
committerJeff Ames2008-11-09 01:31:38 +0000
commit8da726c3a8a3ab983fc11ad890a0b91016c86a1f (patch)
treea19c3a3a813bafedf876fb8943c7ef60ccbbb851 /OpenSim/Region/ClientStack/LindenUDP
parentReintroduce transactionID to the parameter list for SendInstantMessage. (diff)
downloadopensim-SC_OLD-8da726c3a8a3ab983fc11ad890a0b91016c86a1f.zip
opensim-SC_OLD-8da726c3a8a3ab983fc11ad890a0b91016c86a1f.tar.gz
opensim-SC_OLD-8da726c3a8a3ab983fc11ad890a0b91016c86a1f.tar.bz2
opensim-SC_OLD-8da726c3a8a3ab983fc11ad890a0b91016c86a1f.tar.xz
Update svn properties. Add copyright headers. Minor formatting cleanup.
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs2
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index 3a9c17e..c953228 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -7661,7 +7661,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
7661 /// <param name="iface"></param> 7661 /// <param name="iface"></param>
7662 protected void RegisterInterface<T>(T iface) 7662 protected void RegisterInterface<T>(T iface)
7663 { 7663 {
7664 lock(m_clientInterfaces) 7664 lock (m_clientInterfaces)
7665 { 7665 {
7666 m_clientInterfaces.Add(typeof(T), iface); 7666 m_clientInterfaces.Add(typeof(T), iface);
7667 } 7667 }
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs b/OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs
index bb2d270..194d1b4 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs
@@ -259,7 +259,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
259 public void WipeClean() 259 public void WipeClean()
260 { 260 {
261 m_log.Info("[PACKETQUEUE] Wiping Packet Queues Clean"); 261 m_log.Info("[PACKETQUEUE] Wiping Packet Queues Clean");
262 lock(this) 262 lock (this)
263 { 263 {
264 ResendOutgoingPacketQueue.Clear(); 264 ResendOutgoingPacketQueue.Clear();
265 LandOutgoingPacketQueue.Clear(); 265 LandOutgoingPacketQueue.Clear();