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

@@ -42,6 +42,11 @@ using OpenSim.Services.AssetService;
namespace OpenSim.Services.HypergridService
{
/// <summary>
/// Hypergrid asset service. It serves the IAssetService interface,
/// but implements it in ways that are appropriate for inter-grid
/// asset exchanges.
/// </summary>
public class HGAssetService : OpenSim.Services.AssetService.AssetService, IAssetService
{
private static readonly ILog m_log =