diff options
author | UbitUmarov | 2016-07-01 18:19:09 +0100 |
---|---|---|
committer | UbitUmarov | 2016-07-01 18:19:09 +0100 |
commit | aa744eecf2bc474509a1703028d681b27111ce84 (patch) | |
tree | 2eb5af94b4ac028a0b49f7516f590100e2985221 /OpenSim/Tests | |
parent | cleanup a bit AgentGroupDataUpdate sending (diff) | |
download | opensim-SC-aa744eecf2bc474509a1703028d681b27111ce84.zip opensim-SC-aa744eecf2bc474509a1703028d681b27111ce84.tar.gz opensim-SC-aa744eecf2bc474509a1703028d681b27111ce84.tar.bz2 opensim-SC-aa744eecf2bc474509a1703028d681b27111ce84.tar.xz |
add a few methods to modify clientview group powers
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index 1d8e38f..98a98c0 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -1281,6 +1281,18 @@ namespace OpenSim.Tests.Common | |||
1281 | { | 1281 | { |
1282 | } | 1282 | } |
1283 | 1283 | ||
1284 | public void UpdateGroupMembership(GroupMembershipData[] data) | ||
1285 | { | ||
1286 | } | ||
1287 | |||
1288 | public void GroupMembershipRemove(UUID GroupID) | ||
1289 | { | ||
1290 | } | ||
1291 | |||
1292 | public void GroupMembershipAddReplace(UUID GroupID,ulong GroupPowers) | ||
1293 | { | ||
1294 | } | ||
1295 | |||
1284 | public void SendUseCachedMuteList() | 1296 | public void SendUseCachedMuteList() |
1285 | { | 1297 | { |
1286 | } | 1298 | } |