From 23844a9073e28fb8c74424812603027586bdb4df Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Thu, 25 Dec 2008 20:28:13 +0000 Subject: Plumb the profile reply packets for picks, classifieds and notes --- OpenSim/Tests/Common/Mock/TestClient.cs | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'OpenSim/Tests/Common/Mock') diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index cb26366..fe93d6b 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs @@ -970,5 +970,22 @@ namespace OpenSim.Tests.Common.Mock { } + public void SendAgentDropGroup(UUID groupID) + { + } + + public void SendAvatarNotesReply(UUID targetID, string text) + { + } + + public void SendAvatarPicksReply(UUID targetID, Dictionary picks) + { + } + + public void SendAvatarClassifiedReply(UUID targetID, Dictionary classifieds) + { + } + + } } -- cgit v1.1