diff options
author | Melanie | 2009-12-26 04:13:27 +0000 |
---|---|---|
committer | Melanie | 2009-12-26 04:13:27 +0000 |
commit | f3a48606359cd6082f294af7defcdede67bf5853 (patch) | |
tree | 642aab2baa9247d695cb88b729a0b841a9d6e1a7 /OpenSim/Tests | |
parent | Make the GenericTableHandler work as intended (diff) | |
parent | Add AvatarInterestsReply (diff) | |
download | opensim-SC_OLD-f3a48606359cd6082f294af7defcdede67bf5853.zip opensim-SC_OLD-f3a48606359cd6082f294af7defcdede67bf5853.tar.gz opensim-SC_OLD-f3a48606359cd6082f294af7defcdede67bf5853.tar.bz2 opensim-SC_OLD-f3a48606359cd6082f294af7defcdede67bf5853.tar.xz |
Merge branch 'master' into careminster
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index 5f172c4..266e703 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 | } |