diff options
author | Adam Frisby | 2008-04-21 07:16:30 +0000 |
---|---|---|
committer | Adam Frisby | 2008-04-21 07:16:30 +0000 |
commit | 01663cb6122a94c5a8ca7b8f4e578fab216b9488 (patch) | |
tree | 8e512ae348f5289327bccf1bf76e50d8cf7edadc /ThirdParty/3Di/LoadBalancer/TcpClient.cs | |
parent | * Optimised using statements and namespace references across entire project (... (diff) | |
download | opensim-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/TcpClient.cs')
-rw-r--r-- | ThirdParty/3Di/LoadBalancer/TcpClient.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ThirdParty/3Di/LoadBalancer/TcpClient.cs b/ThirdParty/3Di/LoadBalancer/TcpClient.cs index ab1f692..7b5bc79 100644 --- a/ThirdParty/3Di/LoadBalancer/TcpClient.cs +++ b/ThirdParty/3Di/LoadBalancer/TcpClient.cs | |||
@@ -26,12 +26,9 @@ | |||
26 | */ | 26 | */ |
27 | 27 | ||
28 | using System; | 28 | using System; |
29 | using System.IO; | ||
30 | using System.Net; | 29 | using System.Net; |
31 | using System.Net.Sockets; | 30 | using System.Net.Sockets; |
32 | using System.Threading; | 31 | using System.Threading; |
33 | using System.Text; | ||
34 | using System.Runtime.Serialization.Formatters.Binary; | ||
35 | 32 | ||
36 | namespace OpenSim.ApplicationPlugins.LoadBalancer { | 33 | namespace OpenSim.ApplicationPlugins.LoadBalancer { |
37 | public class AsynchronousClient { | 34 | public class AsynchronousClient { |