diff options
author | Teravus Ovares | 2009-03-28 01:40:33 +0000 |
---|---|---|
committer | Teravus Ovares | 2009-03-28 01:40:33 +0000 |
commit | f5812b3702f38d4535f042303eef4bd37f8a448c (patch) | |
tree | 01a5a1565d97ce02e5910b153cbfe71f86fd3926 /OpenSim/Tests/Common/Mock | |
parent | Small bugs fixed related to ownership and permissions. (diff) | |
download | opensim-SC_OLD-f5812b3702f38d4535f042303eef4bd37f8a448c.zip opensim-SC_OLD-f5812b3702f38d4535f042303eef4bd37f8a448c.tar.gz opensim-SC_OLD-f5812b3702f38d4535f042303eef4bd37f8a448c.tar.bz2 opensim-SC_OLD-f5812b3702f38d4535f042303eef4bd37f8a448c.tar.xz |
* Adds AgentUUIDs into the CourseLocationUpdate to improve compatibility with LibOMV based clients.
* Modifies the IClientAPI! So client stacks will need to be modified!
Diffstat (limited to 'OpenSim/Tests/Common/Mock')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index b4b0bea..fac0185 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -586,7 +586,7 @@ namespace OpenSim.Tests.Common.Mock | |||
586 | { | 586 | { |
587 | } | 587 | } |
588 | 588 | ||
589 | public virtual void SendCoarseLocationUpdate(List<Vector3> CoarseLocations) | 589 | public virtual void SendCoarseLocationUpdate(List<UUID> users, List<Vector3> CoarseLocations) |
590 | { | 590 | { |
591 | } | 591 | } |
592 | 592 | ||