aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/Tests/BasicCircuitTests.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-10-17 20:45:07 +0000
committerJustin Clarke Casey2008-10-17 20:45:07 +0000
commit739f1591daeb4b5790e2caac75d3a076919da081 (patch)
tree79de409d4a39d5215334b8a1cffb12d2fa24ee3d /OpenSim/Region/ClientStack/LindenUDP/Tests/BasicCircuitTests.cs
parent* Finally, don't worry about doing containment checks on other dictionaries i... (diff)
downloadopensim-SC_OLD-739f1591daeb4b5790e2caac75d3a076919da081.zip
opensim-SC_OLD-739f1591daeb4b5790e2caac75d3a076919da081.tar.gz
opensim-SC_OLD-739f1591daeb4b5790e2caac75d3a076919da081.tar.bz2
opensim-SC_OLD-739f1591daeb4b5790e2caac75d3a076919da081.tar.xz
* Remove mono warnings
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/Tests/BasicCircuitTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/Tests/BasicCircuitTests.cs b/OpenSim/Region/ClientStack/LindenUDP/Tests/BasicCircuitTests.cs
index ce7896e..3b3eb91 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/Tests/BasicCircuitTests.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/Tests/BasicCircuitTests.cs
@@ -49,7 +49,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
49 uint port = 666; 49 uint port = 666;
50 llUdpServer.Initialise(null, ref port, -1, false, new ClientStackUserSettings(), null, null); 50 llUdpServer.Initialise(null, ref port, -1, false, new ClientStackUserSettings(), null, null);
51 51
52 UseCircuitCodePacket uccp = new UseCircuitCodePacket(); 52 //UseCircuitCodePacket uccp = new UseCircuitCodePacket();
53 //llUdpServer.epS 53 //llUdpServer.epS
54 } 54 }
55 } 55 }