diff options
author | Melanie | 2011-12-14 08:57:55 +0000 |
---|---|---|
committer | Melanie | 2011-12-14 08:57:55 +0000 |
commit | 898549d13e94643afe45ce12f33351abd70d5333 (patch) | |
tree | be293f849a7c82442435048d565622fae4d69980 /OpenSim/Region/ClientStack | |
parent | Spin off terrain save into a new thread and make it so that it uses the old (diff) | |
parent | Just adding a comment to SendFullUpdatToClient (diff) | |
download | opensim-SC_OLD-898549d13e94643afe45ce12f33351abd70d5333.zip opensim-SC_OLD-898549d13e94643afe45ce12f33351abd70d5333.tar.gz opensim-SC_OLD-898549d13e94643afe45ce12f33351abd70d5333.tar.bz2 opensim-SC_OLD-898549d13e94643afe45ce12f33351abd70d5333.tar.xz |
Merge branch 'master' into careminster
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 6 |
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> |