- move OpenSim/Framework/IInventoryData.cs to

OpenSim/Data/IInventoryData.cs
- trim trailing whitespace
This commit is contained in:
Mike Mazur
2009-02-03 05:20:26 +00:00
parent e12b0a2496
commit 9377c6f2b2
8 changed files with 122 additions and 115 deletions

View File

@@ -33,6 +33,8 @@ using System.Threading;
using OpenMetaverse;
using log4net;
using OpenSim.Data;
namespace OpenSim.Framework.Communications
{
/// <summary>
@@ -50,12 +52,12 @@ namespace OpenSim.Framework.Communications
/// <summary>
/// Add a new inventory data plugin - plugins will be requested in the order they were added.
/// </summary>
/// <param name="plugin">The plugin that will provide data</param>
/// <param name="plugin">The plugin that will provide data</param>
public void AddPlugin(IInventoryDataPlugin plugin)
{
m_plugins.Add(plugin);
}
/// <summary>
/// Adds a new inventory data plugin - plugins will be requested in the order they were loaded.
/// </summary>