aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests
diff options
context:
space:
mode:
authorMelanie Thielker2015-08-15 02:46:41 +0200
committerMelanie Thielker2015-08-15 02:46:41 +0200
commit1fb2f0296fdaff56745daa1c1e8096cd8e25462b (patch)
tree6b168e1c3b237e219e8bb1c82d5aba271f3bd5cb /OpenSim/Tests
parentMaybe reduce incidence of ghost avatars (diff)
downloadopensim-SC_OLD-1fb2f0296fdaff56745daa1c1e8096cd8e25462b.zip
opensim-SC_OLD-1fb2f0296fdaff56745daa1c1e8096cd8e25462b.tar.gz
opensim-SC_OLD-1fb2f0296fdaff56745daa1c1e8096cd8e25462b.tar.bz2
opensim-SC_OLD-1fb2f0296fdaff56745daa1c1e8096cd8e25462b.tar.xz
Track selected objects per client
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r--OpenSim/Tests/Common/Mock/TestClient.cs2
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>