*Standardized the Land module by removing all references to libsecondlife.packets

This commit is contained in:
mingchen
2008-05-05 17:44:40 +00:00
parent ce19234dc8
commit c535f3947d
7 changed files with 297 additions and 236 deletions

View File

@@ -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<LLUUID> avatars, uint accessFlag, int localLandID)
{
}
public void sendForceClientSelectObjects(List<uint> objectIDs)
{
}
public void sendLandObjectOwners(Dictionary<LLUUID, int> ownersAndCount)
{
}
}
}