diff options
author | Melanie | 2012-02-02 23:40:56 +0000 |
---|---|---|
committer | Melanie | 2012-02-02 23:40:56 +0000 |
commit | 447a66d66005c5ec54a786d1d0a532738729251c (patch) | |
tree | 78c286a7c43586e7ce0747bd71369c3a3be344df /OpenSim/Tests/Common | |
parent | OpenID: server connector had a copy-and-paste error that made identity querie... (diff) | |
download | opensim-SC_OLD-447a66d66005c5ec54a786d1d0a532738729251c.zip opensim-SC_OLD-447a66d66005c5ec54a786d1d0a532738729251c.tar.gz opensim-SC_OLD-447a66d66005c5ec54a786d1d0a532738729251c.tar.bz2 opensim-SC_OLD-447a66d66005c5ec54a786d1d0a532738729251c.tar.xz |
Replace ParcelAccessEntry with a new struct, LandAccessEntry, which more
accurately reflects the data sent by the viewer. Add times bans and the
expiration of timed bans.
Warning: Contains a Migration (and nuts)
Diffstat (limited to 'OpenSim/Tests/Common')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index ab89fe0..4d3d257 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -980,7 +980,7 @@ namespace OpenSim.Tests.Common.Mock | |||
980 | { | 980 | { |
981 | } | 981 | } |
982 | 982 | ||
983 | public void SendLandAccessListData(List<UUID> avatars, uint accessFlag, int localLandID) | 983 | public void SendLandAccessListData(List<LandAccessEntry> accessList, uint accessFlag, int localLandID) |
984 | { | 984 | { |
985 | } | 985 | } |
986 | 986 | ||