From c535f3947dbcfb78dcac8045c7452f34f8dd79eb Mon Sep 17 00:00:00 2001 From: mingchen Date: Mon, 5 May 2008 17:44:40 +0000 Subject: *Standardized the Land module by removing all references to libsecondlife.packets --- OpenSim/Region/Environment/Interfaces/ILandChannel.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'OpenSim/Region/Environment/Interfaces/ILandChannel.cs') diff --git a/OpenSim/Region/Environment/Interfaces/ILandChannel.cs b/OpenSim/Region/Environment/Interfaces/ILandChannel.cs index 464a213..ce79a8f 100644 --- a/OpenSim/Region/Environment/Interfaces/ILandChannel.cs +++ b/OpenSim/Region/Environment/Interfaces/ILandChannel.cs @@ -27,7 +27,6 @@ using System.Collections.Generic; using libsecondlife; -using libsecondlife.Packets; using OpenSim.Framework; using OpenSim.Region.Environment.Scenes; @@ -56,7 +55,7 @@ namespace OpenSim.Region.Environment.Interfaces void sendParcelOverlay(IClientAPI remote_client); void handleParcelPropertiesRequest(int start_x, int start_y, int end_x, int end_y, int sequence_id, bool snap_selection, IClientAPI remote_client); - void handleParcelPropertiesUpdateRequest(ParcelPropertiesUpdatePacket packet, IClientAPI remote_client); + void handleParcelPropertiesUpdateRequest(LandUpdateArgs args, int localID, IClientAPI remote_client); void handleParcelDivideRequest(int west, int south, int east, int north, IClientAPI remote_client); void handleParcelJoinRequest(int west, int south, int east, int north, IClientAPI remote_client); void handleParcelSelectObjectsRequest(int local_id, int request_type, IClientAPI remote_client); -- cgit v1.1