From 42d44c00f38d6c7f5a67920ff375ab20ceb24fe9 Mon Sep 17 00:00:00 2001 From: Melanie Date: Fri, 24 Dec 2010 03:46:57 +0100 Subject: Change the mute list parts of the client interface so that all data is provided to the module --- OpenSim/Framework/IClientAPI.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Framework') diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index da893b6..ea081e2 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs @@ -463,9 +463,9 @@ namespace OpenSim.Framework public delegate void AgentFOV(IClientAPI client, float verticalAngle); - public delegate void MuteListEntryUpdate(IClientAPI client, UUID MuteID, string Name, int Flags,UUID AgentID); + public delegate void MuteListEntryUpdate(IClientAPI client, UUID MuteID, string Name, int type, uint flags); - public delegate void MuteListEntryRemove(IClientAPI client, UUID MuteID, string Name, UUID AgentID); + public delegate void MuteListEntryRemove(IClientAPI client, UUID MuteID, string Name); public delegate void AvatarInterestReply(IClientAPI client,UUID target, uint wantmask, string wanttext, uint skillsmask, string skillstext, string languages); -- cgit v1.1