From c79f79fc8487ed2c4a7e1b77679f6e0d7b8fa17d Mon Sep 17 00:00:00 2001 From: Melanie Date: Thu, 17 Feb 2011 18:49:03 +0100 Subject: Add needed dummy to sample money --- OpenSim/Framework/IMoneyModule.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Framework') 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 bool AmountCovered(IClientAPI client, int amount); void ApplyCharge(UUID agentID, int amount, string text); void ApplyUploadCharge(UUID agentID, int amount, string text); + void MoveMoney(UUID fromUser, UUID toUser, int amount, string text); int UploadCharge { get; } int GroupCreationCharge { get; } -- cgit v1.1