From c4b45449ee571d919836caaf57ab63ff10110335 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Thu, 11 Dec 2008 17:23:55 +0000 Subject: * test: Add simple user profile test that checks for non-existing users --- OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs') diff --git a/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs b/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs index 958ef4e..0cbb717 100644 --- a/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs +++ b/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs @@ -54,7 +54,7 @@ namespace OpenSim.Framework.Communications.Cache /// /// The root library folder. /// - public readonly LibraryRootFolder LibraryRoot; + public readonly InventoryFolderImpl LibraryRoot; /// /// Constructor @@ -70,6 +70,10 @@ namespace OpenSim.Framework.Communications.Cache /// /// A new user has moved into a region in this instance so retrieve their profile from the user service. /// + /// + /// It isn't strictly necessary to make this call since user data can be lazily requested later on. However, + /// it might be helpful in order to avoid an initial response delay later on + /// /// public void AddNewUser(UUID userID) { -- cgit v1.1