aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorMW2008-02-16 13:13:40 +0000
committerMW2008-02-16 13:13:40 +0000
commit5cc0bbd4196b9467645189c251b1fc63867ca9a8 (patch)
treeca11d6d11aa72a0df26f4cd2930b2c47bb846c29 /OpenSim
parentMoved the AgentAssetTransactionsManager (and AgentAssetTransactions) out of C... (diff)
downloadopensim-SC_OLD-5cc0bbd4196b9467645189c251b1fc63867ca9a8.zip
opensim-SC_OLD-5cc0bbd4196b9467645189c251b1fc63867ca9a8.tar.gz
opensim-SC_OLD-5cc0bbd4196b9467645189c251b1fc63867ca9a8.tar.bz2
opensim-SC_OLD-5cc0bbd4196b9467645189c251b1fc63867ca9a8.tar.xz
Renamed AgentAgentTransactionModule to the correct name of AgentAssetTransactionModule
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/Environment/Modules/AgentAssetTransactionModule.cs (renamed from OpenSim/Region/Environment/Modules/AgentAgentTransactionModule.cs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/AgentAgentTransactionModule.cs b/OpenSim/Region/Environment/Modules/AgentAssetTransactionModule.cs
index 2374964..f19ba32 100644
--- a/OpenSim/Region/Environment/Modules/AgentAgentTransactionModule.cs
+++ b/OpenSim/Region/Environment/Modules/AgentAssetTransactionModule.cs
@@ -9,7 +9,7 @@ using OpenSim.Region.Environment.Scenes;
9 9
10namespace OpenSim.Region.Environment.Modules 10namespace OpenSim.Region.Environment.Modules
11{ 11{
12 public class AgentAgentTransactionModule : IRegionModule, IAgentAssetTransactions 12 public class AgentAssetTransactionModule : IRegionModule, IAgentAssetTransactions
13 { 13 {
14 private Dictionary<LLUUID, Scene> RegisteredScenes = new Dictionary<LLUUID, Scene>(); 14 private Dictionary<LLUUID, Scene> RegisteredScenes = new Dictionary<LLUUID, Scene>();
15 private Scene m_scene = null; 15 private Scene m_scene = null;