aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Mock/TestClient.cs
diff options
context:
space:
mode:
authorMelanie2011-10-25 01:51:24 +0100
committerMelanie2011-10-25 01:51:24 +0100
commit2895789bd0dbbfcd01903ddcc3c8c961ef612fbc (patch)
treef8170f3533497ae90e9de1b6d542cac31a22fea8 /OpenSim/Tests/Common/Mock/TestClient.cs
parentMerge commit '77c65951e06c1d309f2bc8f6d2451b2b9a82c9df' into bigmerge (diff)
parentrefactor: rename IClientAPI.SendPrimUpdate() to SendEntityUpdate() since it s... (diff)
downloadopensim-SC_OLD-2895789bd0dbbfcd01903ddcc3c8c961ef612fbc.zip
opensim-SC_OLD-2895789bd0dbbfcd01903ddcc3c8c961ef612fbc.tar.gz
opensim-SC_OLD-2895789bd0dbbfcd01903ddcc3c8c961ef612fbc.tar.bz2
opensim-SC_OLD-2895789bd0dbbfcd01903ddcc3c8c961ef612fbc.tar.xz
Merge commit 'aa19ccf65c9cd235e0ba941e9832c5240df4412c' into bigmerge
Diffstat (limited to 'OpenSim/Tests/Common/Mock/TestClient.cs')
-rw-r--r--OpenSim/Tests/Common/Mock/TestClient.cs2
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