aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
authorMelanie Thielker2009-04-16 00:46:24 +0000
committerMelanie Thielker2009-04-16 00:46:24 +0000
commitac96722c1d6b8c6466fcd924a2d92d50853de042 (patch)
tree146d186ec7d71f871fed918f8d9e238bed9fba1b /OpenSim/Framework/IClientAPI.cs
parentExpose the GroupRecord and it's accessor API (diff)
downloadopensim-SC_OLD-ac96722c1d6b8c6466fcd924a2d92d50853de042.zip
opensim-SC_OLD-ac96722c1d6b8c6466fcd924a2d92d50853de042.tar.gz
opensim-SC_OLD-ac96722c1d6b8c6466fcd924a2d92d50853de042.tar.bz2
opensim-SC_OLD-ac96722c1d6b8c6466fcd924a2d92d50853de042.tar.xz
Fix build break and change some groups interfaces
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r--OpenSim/Framework/IClientAPI.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index 27cf44f..b4c3796 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -996,7 +996,7 @@ namespace OpenSim.Framework
996 996
997 void SendLandAccessListData(List<UUID> avatars, uint accessFlag, int localLandID); 997 void SendLandAccessListData(List<UUID> avatars, uint accessFlag, int localLandID);
998 void SendForceClientSelectObjects(List<uint> objectIDs); 998 void SendForceClientSelectObjects(List<uint> objectIDs);
999 void SendLandObjectOwners(Dictionary<UUID, int> ownersAndCount); 999 void SendLandObjectOwners(LandData land, Dictionary<UUID, int> ownersAndCount);
1000 void SendLandParcelOverlay(byte[] data, int sequence_id); 1000 void SendLandParcelOverlay(byte[] data, int sequence_id);
1001 1001
1002 #region Parcel Methods 1002 #region Parcel Methods