aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-02-11 20:10:44 +0000
committerJustin Clarke Casey2008-02-11 20:10:44 +0000
commitc80c6e977414196fe7b855e885a5872ce5c24821 (patch)
treeec6ce0b46d57ff610ca311b18574ebb5bcd8251a /OpenSim/Region
parentMoved share/sql/mysql-AvatarAppearance.sql to OpenSim/Framework/Data.MySQL/Re... (diff)
downloadopensim-SC_OLD-c80c6e977414196fe7b855e885a5872ce5c24821.zip
opensim-SC_OLD-c80c6e977414196fe7b855e885a5872ce5c24821.tar.gz
opensim-SC_OLD-c80c6e977414196fe7b855e885a5872ce5c24821.tar.bz2
opensim-SC_OLD-c80c6e977414196fe7b855e885a5872ce5c24821.tar.xz
Documenting and minor tweaks
Diffstat (limited to 'OpenSim/Region')
-rw-r--r--OpenSim/Region/Communications/Local/LocalInventoryService.cs4
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
35namespace OpenSim.Region.Communications.Local 35namespace 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,