diff options
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 4 |
1 files changed, 1 insertions, 3 deletions
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 | |||
406 | // We keep all this information for fraud purposes in the future. | 406 | // We keep all this information for fraud purposes in the future. |
407 | public delegate void MoneyBalanceRequest(IClientAPI remoteClient, LLUUID agentID, LLUUID sessionID, LLUUID TransactionID); | 407 | public delegate void MoneyBalanceRequest(IClientAPI remoteClient, LLUUID agentID, LLUUID sessionID, LLUUID TransactionID); |
408 | 408 | ||
409 | public delegate void ObjectPermissions( | 409 | public delegate void ObjectPermissions(IClientAPI controller, LLUUID agentID, LLUUID sessionID, byte field, uint localId, uint mask, byte set); |
410 | IClientAPI remoteClinet, LLUUID AgentID, LLUUID SessionID, | ||
411 | List<ObjectPermissionsPacket.ObjectDataBlock> permChanges); | ||
412 | 410 | ||
413 | public interface IClientAPI | 411 | public interface IClientAPI |
414 | { | 412 | { |