diff options
author | Melanie Thielker | 2008-11-14 07:56:34 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-11-14 07:56:34 +0000 |
commit | 4e0a424f9f03278504a5daac611659eecdf602b6 (patch) | |
tree | f7b1221ed17b34574c59d0ae24957302511c64cf /OpenSim/Region/Interfaces/IMoneyModule.cs | |
parent | More groups plumbing (diff) | |
download | opensim-SC_OLD-4e0a424f9f03278504a5daac611659eecdf602b6.zip opensim-SC_OLD-4e0a424f9f03278504a5daac611659eecdf602b6.tar.gz opensim-SC_OLD-4e0a424f9f03278504a5daac611659eecdf602b6.tar.bz2 opensim-SC_OLD-4e0a424f9f03278504a5daac611659eecdf602b6.tar.xz |
Some changes to the money module to allow a more flexible system of
applying charges
Diffstat (limited to 'OpenSim/Region/Interfaces/IMoneyModule.cs')
-rw-r--r-- | OpenSim/Region/Interfaces/IMoneyModule.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Interfaces/IMoneyModule.cs b/OpenSim/Region/Interfaces/IMoneyModule.cs index 5797af0..1fa4f13 100644 --- a/OpenSim/Region/Interfaces/IMoneyModule.cs +++ b/OpenSim/Region/Interfaces/IMoneyModule.cs | |||
@@ -42,6 +42,8 @@ namespace OpenSim.Region.Interfaces | |||
42 | bool UploadCovered(IClientAPI client); | 42 | bool UploadCovered(IClientAPI client); |
43 | void ApplyGroupCreationCharge(UUID agentID); | 43 | void ApplyGroupCreationCharge(UUID agentID); |
44 | bool GroupCreationCovered(IClientAPI client); | 44 | bool GroupCreationCovered(IClientAPI client); |
45 | bool AmountCovered(IClientAPI client, int amount); | ||
46 | void ApplyCharge(UUID agentID, int amount, string text); | ||
45 | 47 | ||
46 | event ObjectPaid OnObjectPaid; | 48 | event ObjectPaid OnObjectPaid; |
47 | } | 49 | } |