aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/Tests/TestLLUDPServer.cs
diff options
context:
space:
mode:
authorJeff Ames2008-10-27 01:43:59 +0000
committerJeff Ames2008-10-27 01:43:59 +0000
commitb2d6b0a3d42761ca76ac9d5725846567ed579afa (patch)
tree2712a3dc05ac4dac1bc5a650ecd527499b8a019c /OpenSim/Region/ClientStack/LindenUDP/Tests/TestLLUDPServer.cs
parentThank you kindly, Idb for a patch that solves: (diff)
downloadopensim-SC_OLD-b2d6b0a3d42761ca76ac9d5725846567ed579afa.zip
opensim-SC_OLD-b2d6b0a3d42761ca76ac9d5725846567ed579afa.tar.gz
opensim-SC_OLD-b2d6b0a3d42761ca76ac9d5725846567ed579afa.tar.bz2
opensim-SC_OLD-b2d6b0a3d42761ca76ac9d5725846567ed579afa.tar.xz
Update svn properties, minor formatting cleanup.
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/Tests/TestLLUDPServer.cs')
-rw-r--r--[-rwxr-xr-x]OpenSim/Region/ClientStack/LindenUDP/Tests/TestLLUDPServer.cs24
1 files changed, 12 insertions, 12 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/Tests/TestLLUDPServer.cs b/OpenSim/Region/ClientStack/LindenUDP/Tests/TestLLUDPServer.cs
index 252b2fc..8170150 100755..100644
--- a/OpenSim/Region/ClientStack/LindenUDP/Tests/TestLLUDPServer.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/Tests/TestLLUDPServer.cs
@@ -89,18 +89,18 @@ namespace OpenSim.Region.ClientStack.LindenUDP.Tests
89 OnReceivedData(result); 89 OnReceivedData(result);
90 } 90 }
91 91
92 /// <summary> 92 /// <summary>
93 /// Has a circuit with the given code been established? 93 /// Has a circuit with the given code been established?
94 /// </summary> 94 /// </summary>
95 /// <param name="circuitCode"></param> 95 /// <param name="circuitCode"></param>
96 /// <returns></returns> 96 /// <returns></returns>
97 public bool HasCircuit(uint circuitCode) 97 public bool HasCircuit(uint circuitCode)
98 { 98 {
99 lock (clientCircuits_reverse) 99 lock (clientCircuits_reverse)
100 { 100 {
101 return clientCircuits_reverse.ContainsKey(circuitCode); 101 return clientCircuits_reverse.ContainsKey(circuitCode);
102 } 102 }
103 } 103 }
104 } 104 }
105 105
106 /// <summary> 106 /// <summary>