diff options
Diffstat (limited to 'OpenSim/Region/Communications/Local')
-rw-r--r-- | OpenSim/Region/Communications/Local/LocalInventoryService.cs | 4 |
1 files changed, 4 insertions, 0 deletions
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; | |||
34 | 34 | ||
35 | namespace OpenSim.Region.Communications.Local | 35 | namespace OpenSim.Region.Communications.Local |
36 | { | 36 | { |
37 | /// <summary> | ||
38 | /// An implementation of user inventory where the inventory is held locally (e.g. when OpenSim is | ||
39 | /// operating in standalone mode. | ||
40 | /// </summary> | ||
37 | public class LocalInventoryService : InventoryServiceBase | 41 | public class LocalInventoryService : InventoryServiceBase |
38 | { | 42 | { |
39 | public override void RequestInventoryForUser(LLUUID userID, InventoryFolderInfo folderCallBack, | 43 | public override void RequestInventoryForUser(LLUUID userID, InventoryFolderInfo folderCallBack, |