From 4fad66f855544b9298ae2216c58c0f44009358a5 Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Thu, 1 Nov 2007 19:19:05 +0000 Subject: * Diuerse beavtificatems --- OpenSim/Framework/Communications/Cache/AssetCache.cs | 4 ++-- OpenSim/Framework/Communications/Cache/UserProfileCache.cs | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'OpenSim/Framework/Communications') diff --git a/OpenSim/Framework/Communications/Cache/AssetCache.cs b/OpenSim/Framework/Communications/Cache/AssetCache.cs index 6222649..6be0852 100644 --- a/OpenSim/Framework/Communications/Cache/AssetCache.cs +++ b/OpenSim/Framework/Communications/Cache/AssetCache.cs @@ -52,10 +52,10 @@ namespace OpenSim.Framework.Communications.Cache public List TextureRequests = new List(); //textures ready to be sent public Dictionary RequestedAssets = new Dictionary(); - //Assets requested from the asset server + //Assets requested from the asset server public Dictionary RequestedTextures = new Dictionary(); - //Textures requested from the asset server + //Textures requested from the asset server public Dictionary SendingTextures = new Dictionary(); private BlockingQueue QueueTextures = new BlockingQueue(); diff --git a/OpenSim/Framework/Communications/Cache/UserProfileCache.cs b/OpenSim/Framework/Communications/Cache/UserProfileCache.cs index ccf5024..74b2440 100644 --- a/OpenSim/Framework/Communications/Cache/UserProfileCache.cs +++ b/OpenSim/Framework/Communications/Cache/UserProfileCache.cs @@ -90,7 +90,7 @@ namespace OpenSim.Framework.Communications.Cache { InventoryFolderImpl createdFolder = userProfile.RootFolder.CreateNewSubFolder(folderID, folderName, folderType); - + if (createdFolder != null) { m_parent.InventoryService.AddNewInventoryFolder(remoteClient.AgentId, createdFolder); @@ -119,7 +119,7 @@ namespace OpenSim.Framework.Communications.Cache return; } - + if ((fold = libraryRoot.HasSubFolder(folderID)) != null) { remoteClient.SendInventoryFolderDetails(libraryRoot.agentID, folderID, fold.RequestListOfItems()); @@ -129,7 +129,7 @@ namespace OpenSim.Framework.Communications.Cache CachedUserInfo userProfile; if (m_userProfiles.TryGetValue(remoteClient.AgentId, out userProfile)) - { + { if (userProfile.RootFolder != null) { if (userProfile.RootFolder.folderID == folderID) -- cgit v1.1