aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs
diff options
context:
space:
mode:
authorUbitUmarov2016-11-21 01:16:35 +0000
committerUbitUmarov2016-11-21 01:16:35 +0000
commitb2c553b459a8390aaadd8f7c65567b1e557226c2 (patch)
tree15bf5416658a081a283d7c358e3d9471b4eda044 /OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs
parenthandle HG lm tp to large regions in another way (diff)
downloadopensim-SC-b2c553b459a8390aaadd8f7c65567b1e557226c2.zip
opensim-SC-b2c553b459a8390aaadd8f7c65567b1e557226c2.tar.gz
opensim-SC-b2c553b459a8390aaadd8f7c65567b1e557226c2.tar.bz2
opensim-SC-b2c553b459a8390aaadd8f7c65567b1e557226c2.tar.xz
work around some warnings
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs
index dc8ac3c..9449ffb 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs
@@ -111,6 +111,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
111 /// hooked to put more data on the empty queue</summary> 111 /// hooked to put more data on the empty queue</summary>
112 public event QueueEmpty OnQueueEmpty; 112 public event QueueEmpty OnQueueEmpty;
113 113
114 [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design","CA1009:DeclareEventHandlersCorrectly")]
114 public event Func<ThrottleOutPacketTypeFlags, bool> HasUpdates; 115 public event Func<ThrottleOutPacketTypeFlags, bool> HasUpdates;
115 116
116 /// <summary>AgentID for this client</summary> 117 /// <summary>AgentID for this client</summary>