diff options
author | Melanie | 2010-02-28 22:47:31 +0000 |
---|---|---|
committer | Melanie | 2010-02-28 22:47:31 +0000 |
commit | 44e7224b86dbcd369ce2569328e3b00fc3b209ab (patch) | |
tree | 597d7684c719a5ca726c25aa35b058abd126cae1 /OpenSim/Tests/Common/Mock | |
parent | Initial Online friends notification seems to be working reliably now. All thi... (diff) | |
download | opensim-SC_OLD-44e7224b86dbcd369ce2569328e3b00fc3b209ab.zip opensim-SC_OLD-44e7224b86dbcd369ce2569328e3b00fc3b209ab.tar.gz opensim-SC_OLD-44e7224b86dbcd369ce2569328e3b00fc3b209ab.tar.bz2 opensim-SC_OLD-44e7224b86dbcd369ce2569328e3b00fc3b209ab.tar.xz |
Add missing ChangeUserRights packet sender
Diffstat (limited to 'OpenSim/Tests/Common/Mock')
-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 | } |