diff options
author | mingchen | 2008-05-05 17:44:40 +0000 |
---|---|---|
committer | mingchen | 2008-05-05 17:44:40 +0000 |
commit | c535f3947dbcfb78dcac8045c7452f34f8dd79eb (patch) | |
tree | aae82fefa906ac823b46f1291a669d5930a330e1 /OpenSim/Region/Environment/Interfaces/ILandChannel.cs | |
parent | * Unraveled the DEBUG_CHANNEL mystery. (diff) | |
download | opensim-SC_OLD-c535f3947dbcfb78dcac8045c7452f34f8dd79eb.zip opensim-SC_OLD-c535f3947dbcfb78dcac8045c7452f34f8dd79eb.tar.gz opensim-SC_OLD-c535f3947dbcfb78dcac8045c7452f34f8dd79eb.tar.bz2 opensim-SC_OLD-c535f3947dbcfb78dcac8045c7452f34f8dd79eb.tar.xz |
*Standardized the Land module by removing all references to libsecondlife.packets
Diffstat (limited to 'OpenSim/Region/Environment/Interfaces/ILandChannel.cs')
-rw-r--r-- | OpenSim/Region/Environment/Interfaces/ILandChannel.cs | 3 |
1 files changed, 1 insertions, 2 deletions
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 @@ | |||
27 | 27 | ||
28 | using System.Collections.Generic; | 28 | using System.Collections.Generic; |
29 | using libsecondlife; | 29 | using libsecondlife; |
30 | using libsecondlife.Packets; | ||
31 | using OpenSim.Framework; | 30 | using OpenSim.Framework; |
32 | using OpenSim.Region.Environment.Scenes; | 31 | using OpenSim.Region.Environment.Scenes; |
33 | 32 | ||
@@ -56,7 +55,7 @@ namespace OpenSim.Region.Environment.Interfaces | |||
56 | 55 | ||
57 | void sendParcelOverlay(IClientAPI remote_client); | 56 | void sendParcelOverlay(IClientAPI remote_client); |
58 | void handleParcelPropertiesRequest(int start_x, int start_y, int end_x, int end_y, int sequence_id, bool snap_selection, IClientAPI remote_client); | 57 | void handleParcelPropertiesRequest(int start_x, int start_y, int end_x, int end_y, int sequence_id, bool snap_selection, IClientAPI remote_client); |
59 | void handleParcelPropertiesUpdateRequest(ParcelPropertiesUpdatePacket packet, IClientAPI remote_client); | 58 | void handleParcelPropertiesUpdateRequest(LandUpdateArgs args, int localID, IClientAPI remote_client); |
60 | void handleParcelDivideRequest(int west, int south, int east, int north, IClientAPI remote_client); | 59 | void handleParcelDivideRequest(int west, int south, int east, int north, IClientAPI remote_client); |
61 | void handleParcelJoinRequest(int west, int south, int east, int north, IClientAPI remote_client); | 60 | void handleParcelJoinRequest(int west, int south, int east, int north, IClientAPI remote_client); |
62 | void handleParcelSelectObjectsRequest(int local_id, int request_type, IClientAPI remote_client); | 61 | void handleParcelSelectObjectsRequest(int local_id, int request_type, IClientAPI remote_client); |