diff options
author | Diva Canto | 2010-12-01 16:01:22 -0800 |
---|---|---|
committer | Diva Canto | 2010-12-01 16:01:22 -0800 |
commit | 7d24dbca3c85cafe182648139ab132563e3e1cdd (patch) | |
tree | 8e6573648f7bc9391f645ed05fa3449192a4d93e /OpenSim/Services/HypergridService/HGInventoryService.cs | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-7d24dbca3c85cafe182648139ab132563e3e1cdd.zip opensim-SC_OLD-7d24dbca3c85cafe182648139ab132563e3e1cdd.tar.gz opensim-SC_OLD-7d24dbca3c85cafe182648139ab132563e3e1cdd.tar.bz2 opensim-SC_OLD-7d24dbca3c85cafe182648139ab132563e3e1cdd.tar.xz |
Added some comments. Better than listening to the boring speaker...
Diffstat (limited to 'OpenSim/Services/HypergridService/HGInventoryService.cs')
-rw-r--r-- | OpenSim/Services/HypergridService/HGInventoryService.cs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/OpenSim/Services/HypergridService/HGInventoryService.cs b/OpenSim/Services/HypergridService/HGInventoryService.cs index a04f0c4..9ee1ae4 100644 --- a/OpenSim/Services/HypergridService/HGInventoryService.cs +++ b/OpenSim/Services/HypergridService/HGInventoryService.cs | |||
@@ -40,6 +40,13 @@ using OpenSim.Server.Base; | |||
40 | 40 | ||
41 | namespace OpenSim.Services.HypergridService | 41 | namespace OpenSim.Services.HypergridService |
42 | { | 42 | { |
43 | /// <summary> | ||
44 | /// Hypergrid inventory service. It serves the IInventoryService interface, | ||
45 | /// but implements it in ways that are appropriate for inter-grid | ||
46 | /// inventory exchanges. Specifically, it does not performs deletions | ||
47 | /// and it responds to GetRootFolder requests with the ID of the | ||
48 | /// Suitcase folder, not the actual "My Inventory" folder. | ||
49 | /// </summary> | ||
43 | public class HGInventoryService : XInventoryService, IInventoryService | 50 | public class HGInventoryService : XInventoryService, IInventoryService |
44 | { | 51 | { |
45 | private static readonly ILog m_log = | 52 | private static readonly ILog m_log = |