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/Examples | |
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/Examples')
-rw-r--r-- | OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | 13 |
1 files changed, 13 insertions, 0 deletions
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 | |||
645 | public void sendDetailedEstateData(LLUUID invoice) | 645 | public void sendDetailedEstateData(LLUUID invoice) |
646 | { | 646 | { |
647 | } | 647 | } |
648 | |||
649 | public void sendLandProperties(IClientAPI remote_client, int sequence_id, bool snap_selection, int request_result, LandData landData, float simObjectBonusFactor, int simObjectCapacity) | ||
650 | { | ||
651 | } | ||
652 | public void sendLandAccessListData(List<LLUUID> avatars, uint accessFlag, int localLandID) | ||
653 | { | ||
654 | } | ||
655 | public void sendForceClientSelectObjects(List<uint> objectIDs) | ||
656 | { | ||
657 | } | ||
658 | public void sendLandObjectOwners(Dictionary<LLUUID, int> ownersAndCount) | ||
659 | { | ||
660 | } | ||
648 | } | 661 | } |
649 | } | 662 | } |