aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests
diff options
context:
space:
mode:
authorMelanie2009-12-26 04:12:51 +0000
committerMelanie2009-12-26 04:12:51 +0000
commit88b3b98811e70709536bb41410ec88509e0460a5 (patch)
tree0af9d7fd8ccf40411f496ba2311cfedf19028230 /OpenSim/Tests
parentMake the GenericTableHandler work as intended (diff)
downloadopensim-SC_OLD-88b3b98811e70709536bb41410ec88509e0460a5.zip
opensim-SC_OLD-88b3b98811e70709536bb41410ec88509e0460a5.tar.gz
opensim-SC_OLD-88b3b98811e70709536bb41410ec88509e0460a5.tar.bz2
opensim-SC_OLD-88b3b98811e70709536bb41410ec88509e0460a5.tar.xz
Add AvatarInterestsReply
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r--OpenSim/Tests/Common/Mock/TestClient.cs5
1 files changed, 4 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs
index 27025d9..6265ab7 100644
--- a/OpenSim/Tests/Common/Mock/TestClient.cs
+++ b/OpenSim/Tests/Common/Mock/TestClient.cs
@@ -1159,6 +1159,9 @@ namespace OpenSim.Tests.Common.Mock
1159 public void SendRebakeAvatarTextures(UUID textureID) 1159 public void SendRebakeAvatarTextures(UUID textureID)
1160 { 1160 {
1161 } 1161 }
1162 1162
1163 public void SendAvatarInterestsReply(UUID avatarID, uint wantMask, string wantText, uint skillsMask, string skillsText, string languages)
1164 {
1165 }
1163 } 1166 }
1164} 1167}