diff options
author | Melanie Thielker | 2008-08-01 21:08:00 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-08-01 21:08:00 +0000 |
commit | 12c5bfa3e0f42232035d74b3768ea98211dc5e18 (patch) | |
tree | c7dbdacf918345872ff633d282951b40797e04ff /OpenSim/Region/Examples | |
parent | * minor: add to the thread tracker the thread with which the thread tracker t... (diff) | |
download | opensim-SC_OLD-12c5bfa3e0f42232035d74b3768ea98211dc5e18.zip opensim-SC_OLD-12c5bfa3e0f42232035d74b3768ea98211dc5e18.tar.gz opensim-SC_OLD-12c5bfa3e0f42232035d74b3768ea98211dc5e18.tar.bz2 opensim-SC_OLD-12c5bfa3e0f42232035d74b3768ea98211dc5e18.tar.xz |
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!
Diffstat (limited to 'OpenSim/Region/Examples')
-rw-r--r-- | OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs index b1e1854..9859dc2 100644 --- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | |||
@@ -773,7 +773,7 @@ namespace OpenSim.Region.Examples.SimpleModule | |||
773 | public void SendEstateCovenantInformation(LLUUID covenant) | 773 | public void SendEstateCovenantInformation(LLUUID covenant) |
774 | { | 774 | { |
775 | } | 775 | } |
776 | public void SendDetailedEstateData(LLUUID invoice, string estateName, uint estateID, uint parentEstate, uint estateFlags, uint sunPosition, LLUUID covenant) | 776 | public void SendDetailedEstateData(LLUUID invoice, string estateName, uint estateID, uint parentEstate, uint estateFlags, uint sunPosition, LLUUID covenant, string abuseEmail) |
777 | { | 777 | { |
778 | } | 778 | } |
779 | 779 | ||