diff options
author | Melanie | 2013-06-13 02:52:11 +0200 |
---|---|---|
committer | Melanie | 2013-06-13 02:52:11 +0200 |
commit | 62c277ff9f7a335e0091bba0c891e5b739c656d6 (patch) | |
tree | 2cf2e71e5fa9ef47db82bedca6fadd14ed00c5f0 /OpenSim/Framework | |
parent | * This fixes having to select and deselect prim to get keyframemotion to star... (diff) | |
download | opensim-SC-62c277ff9f7a335e0091bba0c891e5b739c656d6.zip opensim-SC-62c277ff9f7a335e0091bba0c891e5b739c656d6.tar.gz opensim-SC-62c277ff9f7a335e0091bba0c891e5b739c656d6.tar.bz2 opensim-SC-62c277ff9f7a335e0091bba0c891e5b739c656d6.tar.xz |
Add a result param to te money module interface
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/IMoneyModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IMoneyModule.cs b/OpenSim/Framework/IMoneyModule.cs index 415b7df..55c9613 100644 --- a/OpenSim/Framework/IMoneyModule.cs +++ b/OpenSim/Framework/IMoneyModule.cs | |||
@@ -33,7 +33,7 @@ namespace OpenSim.Framework | |||
33 | public interface IMoneyModule | 33 | public interface IMoneyModule |
34 | { | 34 | { |
35 | bool ObjectGiveMoney(UUID objectID, UUID fromID, UUID toID, | 35 | bool ObjectGiveMoney(UUID objectID, UUID fromID, UUID toID, |
36 | int amount, UUID txn); | 36 | int amount, UUID txn, out string reason); |
37 | 37 | ||
38 | int GetBalance(UUID agentID); | 38 | int GetBalance(UUID agentID); |
39 | bool UploadCovered(UUID agentID, int amount); | 39 | bool UploadCovered(UUID agentID, int amount); |