From e0424254bd843737d171caadabfa5d6d1ff76fd9 Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Sun, 10 Feb 2008 14:27:21 +0000 Subject: * Refactored permissions handling to extract info out of permisisons block in ClientView * Changed some uint constants to Enum values --- OpenSim/Framework/IClientAPI.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'OpenSim/Framework/IClientAPI.cs') diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index d2d7365..bb4fd15 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs @@ -406,9 +406,7 @@ namespace OpenSim.Framework // We keep all this information for fraud purposes in the future. public delegate void MoneyBalanceRequest(IClientAPI remoteClient, LLUUID agentID, LLUUID sessionID, LLUUID TransactionID); - public delegate void ObjectPermissions( - IClientAPI remoteClinet, LLUUID AgentID, LLUUID SessionID, - List permChanges); + public delegate void ObjectPermissions(IClientAPI controller, LLUUID agentID, LLUUID sessionID, byte field, uint localId, uint mask, byte set); public interface IClientAPI { -- cgit v1.1