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/Examples/SimpleModule/MyNpcCharacter.cs | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'OpenSim/Region/Examples/SimpleModule') diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs index 3a64698..79bc7d0 100644 --- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs @@ -645,5 +645,18 @@ namespace OpenSim.Region.Examples.SimpleModule public void sendDetailedEstateData(LLUUID invoice) { } + + public void sendLandProperties(IClientAPI remote_client, int sequence_id, bool snap_selection, int request_result, LandData landData, float simObjectBonusFactor, int simObjectCapacity) + { + } + public void sendLandAccessListData(List avatars, uint accessFlag, int localLandID) + { + } + public void sendForceClientSelectObjects(List objectIDs) + { + } + public void sendLandObjectOwners(Dictionary ownersAndCount) + { + } } } -- cgit v1.1