From 5fb180938488f5b37cec3bae60beeda7a373ba96 Mon Sep 17 00:00:00 2001 From: MW Date: Mon, 18 Feb 2008 09:29:22 +0000 Subject: Small change to the IAgentAssetTransactions file that Chi11ken added for me (thanks Chi11ken). when I forgot to commit it on saturday. [The ComsmsManager will die] --- OpenSim/Region/Environment/Interfaces/IAgentAssetTransactions.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim') diff --git a/OpenSim/Region/Environment/Interfaces/IAgentAssetTransactions.cs b/OpenSim/Region/Environment/Interfaces/IAgentAssetTransactions.cs index 900f448..a764a88 100644 --- a/OpenSim/Region/Environment/Interfaces/IAgentAssetTransactions.cs +++ b/OpenSim/Region/Environment/Interfaces/IAgentAssetTransactions.cs @@ -1,4 +1,4 @@ -/* +/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * @@ -31,7 +31,7 @@ using OpenSim.Framework; namespace OpenSim.Region.Environment.Interfaces { - public interface IAgentAssetTransactions : IRegionModule + public interface IAgentAssetTransactions { void HandleItemUpdateFromTransaction(IClientAPI remoteClient, LLUUID transactionID, InventoryItemBase item); -- cgit v1.1