From fe46b045f75dec5ecdd0a29273c70df3e6ea540e Mon Sep 17 00:00:00 2001 From: MW Date: Mon, 21 May 2007 16:06:58 +0000 Subject: Start of a redesign of SimClient (now renamed ClientView)/World/Avatar/Prim , switching to a event based system (World/Avatar register as event handlers). It is possible that I've broke something with this commit but it doesn't matter as I'll just hide and no one will find me. --- OpenSim.RegionServer/AgentAssetUpload.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim.RegionServer/AgentAssetUpload.cs') diff --git a/OpenSim.RegionServer/AgentAssetUpload.cs b/OpenSim.RegionServer/AgentAssetUpload.cs index cdf49c5..dd2b2a9 100644 --- a/OpenSim.RegionServer/AgentAssetUpload.cs +++ b/OpenSim.RegionServer/AgentAssetUpload.cs @@ -12,11 +12,11 @@ namespace OpenSim public class AgentAssetUpload { private Dictionary transactions = new Dictionary(); - private SimClient ourClient; + private ClientView ourClient; private AssetCache m_assetCache; private InventoryCache m_inventoryCache; - public AgentAssetUpload(SimClient client, AssetCache assetCache, InventoryCache inventoryCache) + public AgentAssetUpload(ClientView client, AssetCache assetCache, InventoryCache inventoryCache) { this.ourClient = client; m_assetCache = assetCache; -- cgit v1.1