diff options
author | Revolution | 2010-01-08 12:44:26 -0600 |
---|---|---|
committer | Melanie | 2010-01-08 18:27:49 +0000 |
commit | c76c80a28aabeb1cb0556ea2ebd89f6241bb7026 (patch) | |
tree | 61412a26d851a25de3ce0341e9c36ade051e3d40 /OpenSim/Tests/Common/Mock/TestClient.cs | |
parent | Fix repeated ArgumentOutOfRangeException when a local OpenSim console is resi... (diff) | |
download | opensim-SC_OLD-c76c80a28aabeb1cb0556ea2ebd89f6241bb7026.zip opensim-SC_OLD-c76c80a28aabeb1cb0556ea2ebd89f6241bb7026.tar.gz opensim-SC_OLD-c76c80a28aabeb1cb0556ea2ebd89f6241bb7026.tar.bz2 opensim-SC_OLD-c76c80a28aabeb1cb0556ea2ebd89f6241bb7026.tar.xz |
Adds IClientAPI voids for GroupProposals.
Signed-off-by: Melanie <melanie@t-data.com>
Diffstat (limited to 'OpenSim/Tests/Common/Mock/TestClient.cs')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index b78433f..93cab0e 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -1194,6 +1194,14 @@ namespace OpenSim.Tests.Common.Mock | |||
1194 | 1194 | ||
1195 | public void SendGroupTransactionsSummaryDetails(IClientAPI sender,UUID groupID, UUID transactionID, UUID sessionID,int amt) | 1195 | public void SendGroupTransactionsSummaryDetails(IClientAPI sender,UUID groupID, UUID transactionID, UUID sessionID,int amt) |
1196 | { | 1196 | { |
1197 | } | ||
1198 | |||
1199 | public void SendGroupVoteHistory(UUID groupID, UUID transactionID, GroupVoteHistory[] Votes) | ||
1200 | { | ||
1201 | } | ||
1202 | |||
1203 | public void SendGroupActiveProposals(UUID groupID, UUID transactionID, GroupActiveProposals[] Proposals) | ||
1204 | { | ||
1197 | } | 1205 | } |
1198 | } | 1206 | } |
1199 | } | 1207 | } |