diff options
author | UbitUmarov | 2016-11-21 01:16:35 +0000 |
---|---|---|
committer | UbitUmarov | 2016-11-21 01:16:35 +0000 |
commit | b2c553b459a8390aaadd8f7c65567b1e557226c2 (patch) | |
tree | 15bf5416658a081a283d7c358e3d9471b4eda044 /OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs | |
parent | handle HG lm tp to large regions in another way (diff) | |
download | opensim-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.cs | 1 |
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> |