aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IMoneyModule.cs
diff options
context:
space:
mode:
authorMelanie2013-06-13 02:52:11 +0200
committerMelanie2013-06-13 02:52:11 +0200
commit62c277ff9f7a335e0091bba0c891e5b739c656d6 (patch)
tree2cf2e71e5fa9ef47db82bedca6fadd14ed00c5f0 /OpenSim/Framework/IMoneyModule.cs
parent* This fixes having to select and deselect prim to get keyframemotion to star... (diff)
downloadopensim-SC_OLD-62c277ff9f7a335e0091bba0c891e5b739c656d6.zip
opensim-SC_OLD-62c277ff9f7a335e0091bba0c891e5b739c656d6.tar.gz
opensim-SC_OLD-62c277ff9f7a335e0091bba0c891e5b739c656d6.tar.bz2
opensim-SC_OLD-62c277ff9f7a335e0091bba0c891e5b739c656d6.tar.xz
Add a result param to te money module interface
Diffstat (limited to 'OpenSim/Framework/IMoneyModule.cs')
-rw-r--r--OpenSim/Framework/IMoneyModule.cs2
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);