From 4e0a424f9f03278504a5daac611659eecdf602b6 Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Fri, 14 Nov 2008 07:56:34 +0000 Subject: Some changes to the money module to allow a more flexible system of applying charges --- OpenSim/Region/Interfaces/IMoneyModule.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OpenSim/Region/Interfaces') 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 bool UploadCovered(IClientAPI client); void ApplyGroupCreationCharge(UUID agentID); bool GroupCreationCovered(IClientAPI client); + bool AmountCovered(IClientAPI client, int amount); + void ApplyCharge(UUID agentID, int amount, string text); event ObjectPaid OnObjectPaid; } -- cgit v1.1