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]
ThreadPoolClientBranch
MW 2008-02-18 09:29:22 +00:00
parent 81a00dd68f
commit 5fb1809384
1 changed files with 2 additions and 2 deletions

View File

@ -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);