diff options
Diffstat (limited to 'OpenSim/Tests/Common/Mock/TestClient.cs')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 4 |
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 | } |