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/Region/Examples | |
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/Region/Examples')
-rw-r--r-- | OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs index 7699aa2..d5218b5 100644 --- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | |||
@@ -1133,7 +1133,15 @@ namespace OpenSim.Region.Examples.SimpleModule | |||
1133 | } | 1133 | } |
1134 | 1134 | ||
1135 | public void SendGroupTransactionsSummaryDetails(IClientAPI sender,UUID groupID, UUID transactionID, UUID sessionID,int amt) | 1135 | public void SendGroupTransactionsSummaryDetails(IClientAPI sender,UUID groupID, UUID transactionID, UUID sessionID,int amt) |
1136 | { | 1136 | { |
1137 | } | ||
1138 | |||
1139 | public void SendGroupVoteHistory(UUID groupID, UUID transactionID, GroupVoteHistory[] Votes) | ||
1140 | { | ||
1141 | } | ||
1142 | |||
1143 | public void SendGroupActiveProposals(UUID groupID, UUID transactionID, GroupActiveProposals[] Proposals) | ||
1144 | { | ||
1137 | } | 1145 | } |
1138 | } | 1146 | } |
1139 | } | 1147 | } |