aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack
diff options
context:
space:
mode:
authorMelanie2011-12-14 08:57:55 +0000
committerMelanie2011-12-14 08:57:55 +0000
commit898549d13e94643afe45ce12f33351abd70d5333 (patch)
treebe293f849a7c82442435048d565622fae4d69980 /OpenSim/Region/ClientStack
parentSpin off terrain save into a new thread and make it so that it uses the old (diff)
parentJust adding a comment to SendFullUpdatToClient (diff)
downloadopensim-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.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>