diff options
author | Melanie | 2011-02-17 18:49:03 +0100 |
---|---|---|
committer | Melanie | 2011-02-17 18:51:43 +0100 |
commit | c79f79fc8487ed2c4a7e1b77679f6e0d7b8fa17d (patch) | |
tree | 95a9407f70ddd325dd6ab6db6b5ebe3def349754 /OpenSim/Framework | |
parent | Streamline ban line processing. Remove remnants of old advisory messages. (diff) | |
download | opensim-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')
-rw-r--r-- | OpenSim/Framework/IMoneyModule.cs | 1 |
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; } |