diff options
author | Melanie | 2010-01-28 02:05:32 +0000 |
---|---|---|
committer | Melanie | 2010-01-28 02:05:32 +0000 |
commit | 6478bc9fb0279035ebd6be17e956f1e152e4e0a8 (patch) | |
tree | 4c323beed42b93688ac6a545d8ae9c0507acef9e /OpenSim/Region/OptionalModules/Agent/InternetRelayClientView | |
parent | Changes WorldCommModule to ISharedRegionModule. (diff) | |
parent | * .. More Endlines... (diff) | |
download | opensim-SC-6478bc9fb0279035ebd6be17e956f1e152e4e0a8.zip opensim-SC-6478bc9fb0279035ebd6be17e956f1e152e4e0a8.tar.gz opensim-SC-6478bc9fb0279035ebd6be17e956f1e152e4e0a8.tar.bz2 opensim-SC-6478bc9fb0279035ebd6be17e956f1e152e4e0a8.tar.xz |
Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim
Diffstat (limited to 'OpenSim/Region/OptionalModules/Agent/InternetRelayClientView')
-rw-r--r-- | OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs index 6785c08..b421623 100644 --- a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs +++ b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs | |||
@@ -1657,15 +1657,15 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server | |||
1657 | } | 1657 | } |
1658 | 1658 | ||
1659 | public void SendGroupTransactionsSummaryDetails(IClientAPI sender,UUID groupID, UUID transactionID, UUID sessionID,int amt) | 1659 | public void SendGroupTransactionsSummaryDetails(IClientAPI sender,UUID groupID, UUID transactionID, UUID sessionID,int amt) |
1660 | { | 1660 | { |
1661 | } | 1661 | } |
1662 | 1662 | ||
1663 | public void SendGroupVoteHistory(UUID groupID, UUID transactionID, GroupVoteHistory[] Votes) | 1663 | public void SendGroupVoteHistory(UUID groupID, UUID transactionID, GroupVoteHistory[] Votes) |
1664 | { | 1664 | { |
1665 | } | 1665 | } |
1666 | 1666 | ||
1667 | public void SendGroupActiveProposals(UUID groupID, UUID transactionID, GroupActiveProposals[] Proposals) | 1667 | public void SendGroupActiveProposals(UUID groupID, UUID transactionID, GroupActiveProposals[] Proposals) |
1668 | { | 1668 | { |
1669 | } | 1669 | } |
1670 | } | 1670 | } |
1671 | } | 1671 | } |