diff options
author | Justin Clark-Casey (justincc) | 2012-01-04 21:40:15 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-01-04 21:40:15 +0000 |
commit | 3a64522267352d1c68ef99ac76c65bd3c4f9eaf1 (patch) | |
tree | 1b6579a38d6deffb4fe06b4fd64b1986ddf1ebb3 /OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC-3a64522267352d1c68ef99ac76c65bd3c4f9eaf1.zip opensim-SC-3a64522267352d1c68ef99ac76c65bd3c4f9eaf1.tar.gz opensim-SC-3a64522267352d1c68ef99ac76c65bd3c4f9eaf1.tar.bz2 opensim-SC-3a64522267352d1c68ef99ac76c65bd3c4f9eaf1.tar.xz |
Minor formatting changes and commented out log lines for future debugging of image manager (udp texture fetch). No significant functional changes.
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index fe28ba3..eb1a50e 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -577,7 +577,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
577 | /// Add a handler for the given packet type. | 577 | /// Add a handler for the given packet type. |
578 | /// </summary> | 578 | /// </summary> |
579 | /// <remarks> | 579 | /// <remarks> |
580 | /// The packet is handled on its own thread. If packets must be handled in the order in which thye | 580 | /// The packet is handled on its own thread. If packets must be handled in the order in which they |
581 | /// are received then please use the synchronous version of this method. | 581 | /// are received then please use the synchronous version of this method. |
582 | /// </remarks> | 582 | /// </remarks> |
583 | /// <param name="packetType"></param> | 583 | /// <param name="packetType"></param> |