aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorlbsa712008-02-10 14:27:21 +0000
committerlbsa712008-02-10 14:27:21 +0000
commite0424254bd843737d171caadabfa5d6d1ff76fd9 (patch)
tree1f3fb9dc9aee8bee596120f8494c70594dff31ce /OpenSim/Framework
parent* Adding more broken objectflags to the list here. Touch was also broken. I... (diff)
downloadopensim-SC_OLD-e0424254bd843737d171caadabfa5d6d1ff76fd9.zip
opensim-SC_OLD-e0424254bd843737d171caadabfa5d6d1ff76fd9.tar.gz
opensim-SC_OLD-e0424254bd843737d171caadabfa5d6d1ff76fd9.tar.bz2
opensim-SC_OLD-e0424254bd843737d171caadabfa5d6d1ff76fd9.tar.xz
* Refactored permissions handling to extract info out of permisisons block in ClientView
* Changed some uint constants to Enum values
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r--OpenSim/Framework/IClientAPI.cs4
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 {