diff options
author | Melanie Thielker | 2009-07-01 15:47:52 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-07-01 15:47:52 +0000 |
commit | 3564271c2d4f769361e36e2a10acbeb3e5f56bdf (patch) | |
tree | 5a9ff9a12a239aef2554b01b69c1094fd27725e9 /OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | |
parent | Update svn properties. (diff) | |
download | opensim-SC_OLD-3564271c2d4f769361e36e2a10acbeb3e5f56bdf.zip opensim-SC_OLD-3564271c2d4f769361e36e2a10acbeb3e5f56bdf.tar.gz opensim-SC_OLD-3564271c2d4f769361e36e2a10acbeb3e5f56bdf.tar.bz2 opensim-SC_OLD-3564271c2d4f769361e36e2a10acbeb3e5f56bdf.tar.xz |
Restore the functionality that was removed in r9928. This lets the load
balancer plugin work again. Create a new method, GetClientEP, to retrieve
only the EndPoint for script usage. Marked the purpose of the method
in IClientAPI.cs with a warning. Also restored the corresponding SetClientInfo
functionality.
Diffstat (limited to 'OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs')
-rw-r--r-- | OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs index 225ef69..c0c7625 100644 --- a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs +++ b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | |||
@@ -942,6 +942,11 @@ namespace OpenSim.Client.VWoHTTP.ClientStack | |||
942 | throw new System.NotImplementedException(); | 942 | throw new System.NotImplementedException(); |
943 | } | 943 | } |
944 | 944 | ||
945 | public EndPoint GetClientEP() | ||
946 | { | ||
947 | return null; | ||
948 | } | ||
949 | |||
945 | public ClientInfo GetClientInfo() | 950 | public ClientInfo GetClientInfo() |
946 | { | 951 | { |
947 | throw new System.NotImplementedException(); | 952 | throw new System.NotImplementedException(); |