diff options
author | UbitUmarov | 2018-01-22 17:27:40 +0000 |
---|---|---|
committer | UbitUmarov | 2018-01-22 17:27:40 +0000 |
commit | e3fc272f508a7bffb8e38b409d96691ae21a9fab (patch) | |
tree | b264e0ec6d4423758d929a7885c47553dfbd69f4 /OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs | |
parent | retire our BlockingQueue replaced by BlockingCollection and cross fingers (diff) | |
download | opensim-SC-e3fc272f508a7bffb8e38b409d96691ae21a9fab.zip opensim-SC-e3fc272f508a7bffb8e38b409d96691ae21a9fab.tar.gz opensim-SC-e3fc272f508a7bffb8e38b409d96691ae21a9fab.tar.bz2 opensim-SC-e3fc272f508a7bffb8e38b409d96691ae21a9fab.tar.xz |
missing files..
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs index 9ccfd5d..442cc65 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs | |||
@@ -44,7 +44,6 @@ using OpenSim.Framework.Servers; | |||
44 | using OpenSim.Framework.Servers.HttpServer; | 44 | using OpenSim.Framework.Servers.HttpServer; |
45 | using OpenSim.Region.Framework.Interfaces; | 45 | using OpenSim.Region.Framework.Interfaces; |
46 | using OpenSim.Region.Framework.Scenes; | 46 | using OpenSim.Region.Framework.Scenes; |
47 | using BlockingLLSDQueue = OpenSim.Framework.BlockingQueue<OpenMetaverse.StructuredData.OSD>; | ||
48 | using Caps=OpenSim.Framework.Capabilities.Caps; | 47 | using Caps=OpenSim.Framework.Capabilities.Caps; |
49 | 48 | ||
50 | namespace OpenSim.Region.ClientStack.Linden | 49 | namespace OpenSim.Region.ClientStack.Linden |