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/Framework/IClientAPI.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/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index eb5b034..0efc2a4 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -1446,7 +1446,12 @@ namespace OpenSim.Framework | |||
1446 | void SendUserInfoReply(bool imViaEmail, bool visible, string email); | 1446 | void SendUserInfoReply(bool imViaEmail, bool visible, string email); |
1447 | 1447 | ||
1448 | void SendUseCachedMuteList(); | 1448 | void SendUseCachedMuteList(); |
1449 | void SendMuteListUpdate(string filename); | 1449 | |
1450 | void SendMuteListUpdate(string filename); | ||
1451 | |||
1452 | void SendGroupActiveProposals(UUID groupID, UUID transactionID, GroupActiveProposals[] Proposals); | ||
1453 | |||
1454 | void SendGroupVoteHistory(UUID groupID, UUID transactionID, GroupVoteHistory[] Votes); | ||
1450 | 1455 | ||
1451 | void KillEndDone(); | 1456 | void KillEndDone(); |
1452 | 1457 | ||