Estate series, patch 9 (#9157)

Adds the new access semantics and the new flag (allow only age verified)
Plumbs in the abuse email address from sim to viewer. The other way around,
libomv appears to be lacking support for the data field in the packet.
Includes a migration, run prebuild!
This commit is contained in:
Melanie Thielker
2008-08-01 21:08:00 +00:00
parent c952dd465c
commit 12c5bfa3e0
8 changed files with 36 additions and 7 deletions

View File

@@ -773,7 +773,7 @@ namespace OpenSim.Region.Examples.SimpleModule
public void SendEstateCovenantInformation(LLUUID covenant)
{
}
public void SendDetailedEstateData(LLUUID invoice, string estateName, uint estateID, uint parentEstate, uint estateFlags, uint sunPosition, LLUUID covenant)
public void SendDetailedEstateData(LLUUID invoice, string estateName, uint estateID, uint parentEstate, uint estateFlags, uint sunPosition, LLUUID covenant, string abuseEmail)
{
}