aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/GridServer/GridServerBase.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Grid/GridServer/GridServerBase.cs')
-rw-r--r--OpenSim/Grid/GridServer/GridServerBase.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/GridServer/GridServerBase.cs b/OpenSim/Grid/GridServer/GridServerBase.cs
index 677319c..6c3584d 100644
--- a/OpenSim/Grid/GridServer/GridServerBase.cs
+++ b/OpenSim/Grid/GridServer/GridServerBase.cs
@@ -211,7 +211,7 @@ namespace OpenSim.Grid.GridServer
211 private readonly Dictionary<Type, object> m_gridInterfaces = new Dictionary<Type, object>(); 211 private readonly Dictionary<Type, object> m_gridInterfaces = new Dictionary<Type, object>();
212 212
213 /// <summary> 213 /// <summary>
214 /// Register an interface on this client, should only be called in the constructor. 214 /// Register an Module interface.
215 /// </summary> 215 /// </summary>
216 /// <typeparam name="T"></typeparam> 216 /// <typeparam name="T"></typeparam>
217 /// <param name="iface"></param> 217 /// <param name="iface"></param>