From 6ec680918bc6876f1c1382fb534b653fc34da052 Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Sun, 18 May 2008 23:06:50 +0000 Subject: Formatting cleanup, minor refactoring. Fixed some comparisons of value types and null. --- OpenSim/Region/Environment/Interfaces/IMoneyModule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Environment/Interfaces') diff --git a/OpenSim/Region/Environment/Interfaces/IMoneyModule.cs b/OpenSim/Region/Environment/Interfaces/IMoneyModule.cs index 0531d5c..de39d0f 100644 --- a/OpenSim/Region/Environment/Interfaces/IMoneyModule.cs +++ b/OpenSim/Region/Environment/Interfaces/IMoneyModule.cs @@ -33,7 +33,7 @@ namespace OpenSim.Region.Environment.Interfaces { public delegate void ObjectPaid(LLUUID objectID, LLUUID agentID, int amount); public interface IMoneyModule : IRegionModule - { + { bool ObjectGiveMoney(LLUUID objectID, LLUUID fromID, LLUUID toID, int amount); -- cgit v1.1