From c80c6e977414196fe7b855e885a5872ce5c24821 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Mon, 11 Feb 2008 20:10:44 +0000 Subject: Documenting and minor tweaks --- OpenSim/Region/Communications/Local/LocalInventoryService.cs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'OpenSim/Region/Communications/Local/LocalInventoryService.cs') diff --git a/OpenSim/Region/Communications/Local/LocalInventoryService.cs b/OpenSim/Region/Communications/Local/LocalInventoryService.cs index da4e473..35eb89a 100644 --- a/OpenSim/Region/Communications/Local/LocalInventoryService.cs +++ b/OpenSim/Region/Communications/Local/LocalInventoryService.cs @@ -34,6 +34,10 @@ using OpenSim.Framework.Communications.Cache; namespace OpenSim.Region.Communications.Local { + /// + /// An implementation of user inventory where the inventory is held locally (e.g. when OpenSim is + /// operating in standalone mode. + /// public class LocalInventoryService : InventoryServiceBase { public override void RequestInventoryForUser(LLUUID userID, InventoryFolderInfo folderCallBack, -- cgit v1.1