diff options
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 0e0c218..c4c61ff 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -177,7 +177,7 @@ namespace OpenSim.Framework | |||
177 | 177 | ||
178 | public delegate void ParcelAccessListUpdateRequest(UUID agentID, uint flags, | 178 | public delegate void ParcelAccessListUpdateRequest(UUID agentID, uint flags, |
179 | int landLocalID, UUID transactionID, int sequenceID, | 179 | int landLocalID, UUID transactionID, int sequenceID, |
180 | int sections, List<ParcelManager.ParcelAccessEntry> entries, | 180 | int sections, List<LandAccessEntry> entries, |
181 | IClientAPI remote_client); | 181 | IClientAPI remote_client); |
182 | 182 | ||
183 | public delegate void ParcelPropertiesRequest( | 183 | public delegate void ParcelPropertiesRequest( |
@@ -1259,7 +1259,7 @@ namespace OpenSim.Framework | |||
1259 | float simObjectBonusFactor, int parcelObjectCapacity, int simObjectCapacity, | 1259 | float simObjectBonusFactor, int parcelObjectCapacity, int simObjectCapacity, |
1260 | uint regionFlags); | 1260 | uint regionFlags); |
1261 | 1261 | ||
1262 | void SendLandAccessListData(List<UUID> avatars, uint accessFlag, int localLandID); | 1262 | void SendLandAccessListData(List<LandAccessEntry> accessList, uint accessFlag, int localLandID); |
1263 | void SendForceClientSelectObjects(List<uint> objectIDs); | 1263 | void SendForceClientSelectObjects(List<uint> objectIDs); |
1264 | void SendCameraConstraint(Vector4 ConstraintPlane); | 1264 | void SendCameraConstraint(Vector4 ConstraintPlane); |
1265 | void SendLandObjectOwners(LandData land, List<UUID> groups, Dictionary<UUID, int> ownersAndCount); | 1265 | void SendLandObjectOwners(LandData land, List<UUID> groups, Dictionary<UUID, int> ownersAndCount); |