diff options
author | Melanie Thielker | 2015-08-15 02:46:41 +0200 |
---|---|---|
committer | Melanie Thielker | 2015-08-15 02:46:41 +0200 |
commit | 1fb2f0296fdaff56745daa1c1e8096cd8e25462b (patch) | |
tree | 6b168e1c3b237e219e8bb1c82d5aba271f3bd5cb /OpenSim/Tests/Common/Mock/TestClient.cs | |
parent | Maybe reduce incidence of ghost avatars (diff) | |
download | opensim-SC-1fb2f0296fdaff56745daa1c1e8096cd8e25462b.zip opensim-SC-1fb2f0296fdaff56745daa1c1e8096cd8e25462b.tar.gz opensim-SC-1fb2f0296fdaff56745daa1c1e8096cd8e25462b.tar.bz2 opensim-SC-1fb2f0296fdaff56745daa1c1e8096cd8e25462b.tar.xz |
Track selected objects per client
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index d4f29c8..96bccd2 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -442,6 +442,8 @@ namespace OpenSim.Tests.Common.Mock | |||
442 | get { return new IPEndPoint(IPAddress.Loopback, (ushort)m_circuitCode); } | 442 | get { return new IPEndPoint(IPAddress.Loopback, (ushort)m_circuitCode); } |
443 | } | 443 | } |
444 | 444 | ||
445 | public List<uint> SelectedObjects {get; private set;} | ||
446 | |||
445 | /// <summary> | 447 | /// <summary> |
446 | /// Constructor | 448 | /// Constructor |
447 | /// </summary> | 449 | /// </summary> |