diff options
author | Melanie | 2011-10-25 01:51:24 +0100 |
---|---|---|
committer | Melanie | 2011-10-25 01:51:24 +0100 |
commit | 2895789bd0dbbfcd01903ddcc3c8c961ef612fbc (patch) | |
tree | f8170f3533497ae90e9de1b6d542cac31a22fea8 /OpenSim/Tests/Common | |
parent | Merge commit '77c65951e06c1d309f2bc8f6d2451b2b9a82c9df' into bigmerge (diff) | |
parent | refactor: rename IClientAPI.SendPrimUpdate() to SendEntityUpdate() since it s... (diff) | |
download | opensim-SC-2895789bd0dbbfcd01903ddcc3c8c961ef612fbc.zip opensim-SC-2895789bd0dbbfcd01903ddcc3c8c961ef612fbc.tar.gz opensim-SC-2895789bd0dbbfcd01903ddcc3c8c961ef612fbc.tar.bz2 opensim-SC-2895789bd0dbbfcd01903ddcc3c8c961ef612fbc.tar.xz |
Merge commit 'aa19ccf65c9cd235e0ba941e9832c5240df4412c' into bigmerge
Diffstat (limited to 'OpenSim/Tests/Common')
-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 b4f521f..e34721e 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -645,7 +645,7 @@ namespace OpenSim.Tests.Common.Mock | |||
645 | { | 645 | { |
646 | } | 646 | } |
647 | 647 | ||
648 | public void SendPrimUpdate(ISceneEntity entity, PrimUpdateFlags updateFlags) | 648 | public void SendEntityUpdate(ISceneEntity entity, PrimUpdateFlags updateFlags) |
649 | { | 649 | { |
650 | } | 650 | } |
651 | 651 | ||