Added missing header to a file (before chi11ken does it)

This commit is contained in:
MW
2009-02-21 14:36:29 +00:00
parent 89006da793
commit adad703c9c
2 changed files with 29 additions and 2 deletions

View File

@@ -211,7 +211,7 @@ namespace OpenSim.Grid.GridServer
private readonly Dictionary<Type, object> m_gridInterfaces = new Dictionary<Type, object>();
/// <summary>
/// Register an interface on this client, should only be called in the constructor.
/// Register an Module interface.
/// </summary>
/// <typeparam name="T"></typeparam>
/// <param name="iface"></param>