aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client
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/Client
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/Client')
-rw-r--r--OpenSim/Client/MXP/ClientStack/MXPClientView.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
index 04b9c38..96e382c 100644
--- a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
+++ b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
@@ -1228,7 +1228,7 @@ namespace OpenSim.Client.MXP.ClientStack
1228 // Need to translate to MXP somehow 1228 // Need to translate to MXP somehow
1229 } 1229 }
1230 1230
1231 public void SendLandObjectOwners(Dictionary<UUID, int> ownersAndCount) 1231 public void SendLandObjectOwners(LandData land, Dictionary<UUID, int> ownersAndCount)
1232 { 1232 {
1233 // Need to translate to MXP somehow 1233 // Need to translate to MXP somehow
1234 } 1234 }