aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs
diff options
context:
space:
mode:
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>