aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorMW2008-02-18 09:29:22 +0000
committerMW2008-02-18 09:29:22 +0000
commit5fb180938488f5b37cec3bae60beeda7a373ba96 (patch)
tree6f7087fb649665cd7f8baab48e3cd61ac365a9db /OpenSim
parent* Thanks to Ahzz, more verbose error messages on the console and possibly a f... (diff)
downloadopensim-SC_OLD-5fb180938488f5b37cec3bae60beeda7a373ba96.zip
opensim-SC_OLD-5fb180938488f5b37cec3bae60beeda7a373ba96.tar.gz
opensim-SC_OLD-5fb180938488f5b37cec3bae60beeda7a373ba96.tar.bz2
opensim-SC_OLD-5fb180938488f5b37cec3bae60beeda7a373ba96.tar.xz
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]
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/Environment/Interfaces/IAgentAssetTransactions.cs4
1 files changed, 2 insertions, 2 deletions
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 @@
1/* 1/*
2* Copyright (c) Contributors, http://opensimulator.org/ 2* Copyright (c) Contributors, http://opensimulator.org/
3* See CONTRIBUTORS.TXT for a full list of copyright holders. 3* See CONTRIBUTORS.TXT for a full list of copyright holders.
4* 4*
@@ -31,7 +31,7 @@ using OpenSim.Framework;
31 31
32namespace OpenSim.Region.Environment.Interfaces 32namespace OpenSim.Region.Environment.Interfaces
33{ 33{
34 public interface IAgentAssetTransactions : IRegionModule 34 public interface IAgentAssetTransactions
35 { 35 {
36 void HandleItemUpdateFromTransaction(IClientAPI remoteClient, LLUUID transactionID, 36 void HandleItemUpdateFromTransaction(IClientAPI remoteClient, LLUUID transactionID,
37 InventoryItemBase item); 37 InventoryItemBase item);