diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index 803b352..c424183 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -1209,5 +1209,9 @@ namespace OpenSim.Tests.Common.Mock | |||
1209 | public void SendGroupActiveProposals(UUID groupID, UUID transactionID, GroupActiveProposals[] Proposals) | 1209 | public void SendGroupActiveProposals(UUID groupID, UUID transactionID, GroupActiveProposals[] Proposals) |
1210 | { | 1210 | { |
1211 | } | 1211 | } |
1212 | |||
1213 | public void SendChangeUserRights(UUID friendID, int rights) | ||
1214 | { | ||
1215 | } | ||
1212 | } | 1216 | } |
1213 | } | 1217 | } |