diff options
author | Justin Clarke Casey | 2008-02-11 20:10:44 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-02-11 20:10:44 +0000 |
commit | c80c6e977414196fe7b855e885a5872ce5c24821 (patch) | |
tree | ec6ce0b46d57ff610ca311b18574ebb5bcd8251a /OpenSim/Region/Communications/Local | |
parent | Moved share/sql/mysql-AvatarAppearance.sql to OpenSim/Framework/Data.MySQL/Re... (diff) | |
download | opensim-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/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, |