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/Framework/IClientAPI.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'OpenSim/Framework') diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 05e8f75..79311d5 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs @@ -1077,6 +1077,11 @@ namespace OpenSim.Framework void SendAvatarClassifiedReply(UUID targetID, UUID[] classifiedID, string[] name); void SendClassifiedInfoReply(UUID classifiedID, UUID creatorID, uint creationDate, uint expirationDate, uint category, string name, string description, UUID parcelID, uint parentEstate, UUID snapshotID, string simName, Vector3 globalPos, string parcelName, byte classifiedFlags, int price); + void SendAgentDropGroup(UUID groupID); + void SendAvatarNotesReply(UUID targetID, string text); + void SendAvatarPicksReply(UUID targetID, Dictionary picks); + void SendAvatarClassifiedReply(UUID targetID, Dictionary classifieds); + void KillEndDone(); bool AddGenericPacketHandler(string MethodName, GenericMessage handler); -- cgit v1.1