aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests
diff options
context:
space:
mode:
authorMelanie Thielker2014-08-21 02:38:57 +0200
committerMelanie Thielker2014-08-21 02:38:57 +0200
commitf06f13b59dd7261bfdcee59b546431fe47dcc635 (patch)
tree81cdfa2c9d8064708a5d6e4543b5ba90a3513e41 /OpenSim/Tests
parentMerge branch 'ubitworkmaster' (diff)
parentadd a direct sendpartfullUpdate to send a full object update to a part, (diff)
downloadopensim-SC-f06f13b59dd7261bfdcee59b546431fe47dcc635.zip
opensim-SC-f06f13b59dd7261bfdcee59b546431fe47dcc635.tar.gz
opensim-SC-f06f13b59dd7261bfdcee59b546431fe47dcc635.tar.bz2
opensim-SC-f06f13b59dd7261bfdcee59b546431fe47dcc635.tar.xz
Merge branch 'ubitworkmaster'
Diffstat (limited to '')
-rw-r--r--OpenSim/Tests/Common/Mock/TestClient.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs
index f3eaed3..2758030 100644
--- a/OpenSim/Tests/Common/Mock/TestClient.cs
+++ b/OpenSim/Tests/Common/Mock/TestClient.cs
@@ -536,6 +536,10 @@ namespace OpenSim.Tests.Common.Mock
536 ReceivedKills.AddRange(localID); 536 ReceivedKills.AddRange(localID);
537 } 537 }
538 538
539 public void SendPartFullUpdate(ISceneEntity ent, uint? parentID)
540 {
541 }
542
539 public virtual void SetChildAgentThrottle(byte[] throttle) 543 public virtual void SetChildAgentThrottle(byte[] throttle)
540 { 544 {
541 } 545 }