aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs6
1 files changed, 4 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
index 11d3e36..30f4495 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
@@ -598,8 +598,10 @@ namespace OpenSim.Region.ClientStack.LindenUDP
598 /// <summary> 598 /// <summary>
599 /// Add a handler for the given packet type. 599 /// Add a handler for the given packet type.
600 /// </summary> 600 /// </summary>
601 /// <remarks>The packet is handled on its own thread. If packets must be handled in the order in which thye 601 /// <remarks>
602 /// are received then please us ethe synchronous version of this method.</remarks> 602 /// The packet is handled on its own thread. If packets must be handled in the order in which thye
603 /// are received then please use the synchronous version of this method.
604 /// </remarks>
603 /// <param name="packetType"></param> 605 /// <param name="packetType"></param>
604 /// <param name="handler"></param> 606 /// <param name="handler"></param>
605 /// <returns>true if the handler was added. This is currently always the case.</returns> 607 /// <returns>true if the handler was added. This is currently always the case.</returns>