diff options
author | Melanie | 2011-04-01 07:44:43 +0100 |
---|---|---|
committer | Melanie | 2011-04-01 07:44:43 +0100 |
commit | 329fa73695b496a30e9192888371855802769a16 (patch) | |
tree | f581712c3317119b70005beecbe7e4a8d86fb6bc /OpenSim/Client/VWoHTTP | |
parent | Make the login service's call to the sim time out quicker so we have a (diff) | |
parent | When a new parcel is created, make sure the prim counts are updated. (diff) | |
download | opensim-SC-329fa73695b496a30e9192888371855802769a16.zip opensim-SC-329fa73695b496a30e9192888371855802769a16.tar.gz opensim-SC-329fa73695b496a30e9192888371855802769a16.tar.bz2 opensim-SC-329fa73695b496a30e9192888371855802769a16.tar.xz |
Merge branch 'master' into careminster-presence-refactor
Diffstat (limited to 'OpenSim/Client/VWoHTTP')
-rw-r--r-- | OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs index ba6456b..120e2ea 100644 --- a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs +++ b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | |||
@@ -805,7 +805,7 @@ namespace OpenSim.Client.VWoHTTP.ClientStack | |||
805 | throw new System.NotImplementedException(); | 805 | throw new System.NotImplementedException(); |
806 | } | 806 | } |
807 | 807 | ||
808 | public void SendLandProperties(int sequence_id, bool snap_selection, int request_result, LandData landData, float simObjectBonusFactor, int parcelObjectCapacity, int simObjectCapacity, uint regionFlags) | 808 | public void SendLandProperties(int sequence_id, bool snap_selection, int request_result, ILandObject lo, float simObjectBonusFactor, int parcelObjectCapacity, int simObjectCapacity, uint regionFlags) |
809 | { | 809 | { |
810 | throw new System.NotImplementedException(); | 810 | throw new System.NotImplementedException(); |
811 | } | 811 | } |