aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ThirdParty/3Di/LoadBalancer/TcpServer.cs
diff options
context:
space:
mode:
authorAdam Frisby2008-04-21 07:16:30 +0000
committerAdam Frisby2008-04-21 07:16:30 +0000
commit01663cb6122a94c5a8ca7b8f4e578fab216b9488 (patch)
tree8e512ae348f5289327bccf1bf76e50d8cf7edadc /ThirdParty/3Di/LoadBalancer/TcpServer.cs
parent* Optimised using statements and namespace references across entire project (... (diff)
downloadopensim-SC_OLD-01663cb6122a94c5a8ca7b8f4e578fab216b9488.zip
opensim-SC_OLD-01663cb6122a94c5a8ca7b8f4e578fab216b9488.tar.gz
opensim-SC_OLD-01663cb6122a94c5a8ca7b8f4e578fab216b9488.tar.bz2
opensim-SC_OLD-01663cb6122a94c5a8ca7b8f4e578fab216b9488.tar.xz
* Committing fix for previous build breakage. Sorry!
* Committing namespace/usings fixes for ThirdParty directory, missed in previous commit.
Diffstat (limited to 'ThirdParty/3Di/LoadBalancer/TcpServer.cs')
-rw-r--r--ThirdParty/3Di/LoadBalancer/TcpServer.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/ThirdParty/3Di/LoadBalancer/TcpServer.cs b/ThirdParty/3Di/LoadBalancer/TcpServer.cs
index 216db3b..6d45304 100644
--- a/ThirdParty/3Di/LoadBalancer/TcpServer.cs
+++ b/ThirdParty/3Di/LoadBalancer/TcpServer.cs
@@ -29,11 +29,7 @@ using System;
29using System.IO; 29using System.IO;
30using System.Net; 30using System.Net;
31using System.Net.Sockets; 31using System.Net.Sockets;
32using System.Text;
33using System.Threading; 32using System.Threading;
34using System.Runtime.Serialization.Formatters.Binary;
35
36using OpenSim.Framework.Console;
37 33
38namespace OpenSim.ApplicationPlugins.LoadBalancer { 34namespace OpenSim.ApplicationPlugins.LoadBalancer {
39 35