aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IMoneyModule.cs
diff options
context:
space:
mode:
authorMelanie2011-02-17 18:49:03 +0100
committerMelanie2011-02-17 18:51:43 +0100
commitc79f79fc8487ed2c4a7e1b77679f6e0d7b8fa17d (patch)
tree95a9407f70ddd325dd6ab6db6b5ebe3def349754 /OpenSim/Framework/IMoneyModule.cs
parentStreamline ban line processing. Remove remnants of old advisory messages. (diff)
downloadopensim-SC_OLD-c79f79fc8487ed2c4a7e1b77679f6e0d7b8fa17d.zip
opensim-SC_OLD-c79f79fc8487ed2c4a7e1b77679f6e0d7b8fa17d.tar.gz
opensim-SC_OLD-c79f79fc8487ed2c4a7e1b77679f6e0d7b8fa17d.tar.bz2
opensim-SC_OLD-c79f79fc8487ed2c4a7e1b77679f6e0d7b8fa17d.tar.xz
Add needed dummy to sample money
Diffstat (limited to 'OpenSim/Framework/IMoneyModule.cs')
-rw-r--r--OpenSim/Framework/IMoneyModule.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/IMoneyModule.cs b/OpenSim/Framework/IMoneyModule.cs
index 3d4873d..ea6ed4b 100644
--- a/OpenSim/Framework/IMoneyModule.cs
+++ b/OpenSim/Framework/IMoneyModule.cs
@@ -40,6 +40,7 @@ namespace OpenSim.Framework
40 bool AmountCovered(IClientAPI client, int amount); 40 bool AmountCovered(IClientAPI client, int amount);
41 void ApplyCharge(UUID agentID, int amount, string text); 41 void ApplyCharge(UUID agentID, int amount, string text);
42 void ApplyUploadCharge(UUID agentID, int amount, string text); 42 void ApplyUploadCharge(UUID agentID, int amount, string text);
43 void MoveMoney(UUID fromUser, UUID toUser, int amount, string text);
43 44
44 int UploadCharge { get; } 45 int UploadCharge { get; }
45 int GroupCreationCharge { get; } 46 int GroupCreationCharge { get; }