aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests
diff options
context:
space:
mode:
authorUbitUmarov2017-11-16 17:50:06 +0000
committerUbitUmarov2017-11-16 17:50:06 +0000
commit2f13b68d4f4fd634eaee005bdf4c4a8e21c21c9a (patch)
tree5c713b5bd2395f26ba8820b6a4e6462a40c89a85 /OpenSim/Tests
parentDonating the Avination Mute Module (diff)
downloadopensim-SC_OLD-2f13b68d4f4fd634eaee005bdf4c4a8e21c21c9a.zip
opensim-SC_OLD-2f13b68d4f4fd634eaee005bdf4c4a8e21c21c9a.tar.gz
opensim-SC_OLD-2f13b68d4f4fd634eaee005bdf4c4a8e21c21c9a.tar.bz2
opensim-SC_OLD-2f13b68d4f4fd634eaee005bdf4c4a8e21c21c9a.tar.xz
add missing part of mutes list protocol
Diffstat (limited to 'OpenSim/Tests')
-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 a835925..449716b 100644
--- a/OpenSim/Tests/Common/Mock/TestClient.cs
+++ b/OpenSim/Tests/Common/Mock/TestClient.cs
@@ -1315,6 +1315,10 @@ namespace OpenSim.Tests.Common
1315 { 1315 {
1316 } 1316 }
1317 1317
1318 public void SendEmpytMuteList()
1319 {
1320 }
1321
1318 public void SendMuteListUpdate(string filename) 1322 public void SendMuteListUpdate(string filename)
1319 { 1323 {
1320 } 1324 }