Added some comments. Better than listening to the boring speaker...

This commit is contained in:
Diva Canto
2010-12-01 16:01:22 -08:00
parent f3835fe15c
commit 7d24dbca3c
4 changed files with 28 additions and 1 deletions

View File

@@ -40,6 +40,13 @@ using OpenSim.Server.Base;
namespace OpenSim.Services.HypergridService
{
/// <summary>
/// Hypergrid inventory service. It serves the IInventoryService interface,
/// but implements it in ways that are appropriate for inter-grid
/// inventory exchanges. Specifically, it does not performs deletions
/// and it responds to GetRootFolder requests with the ID of the
/// Suitcase folder, not the actual "My Inventory" folder.
/// </summary>
public class HGInventoryService : XInventoryService, IInventoryService
{
private static readonly ILog m_log =