diff options
Some more code refactoring, plus a restructuring of the directories so that the Grid servers can be a separate solution to the region server.
Diffstat (limited to '')
-rw-r--r-- | OpenSim-Source/OpenSim.RegionServer/ClientViewBase.cs (renamed from OpenSim.RegionServer/ClientViewBase.cs) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim.RegionServer/ClientViewBase.cs b/OpenSim-Source/OpenSim.RegionServer/ClientViewBase.cs index 814b025..572dbce 100644 --- a/OpenSim.RegionServer/ClientViewBase.cs +++ b/OpenSim-Source/OpenSim.RegionServer/ClientViewBase.cs | |||
@@ -9,11 +9,11 @@ using System.IO; | |||
9 | using System.Threading; | 9 | using System.Threading; |
10 | using System.Timers; | 10 | using System.Timers; |
11 | using OpenSim.Framework.Utilities; | 11 | using OpenSim.Framework.Utilities; |
12 | 12 | using OpenSim.Framework.Interfaces; | |
13 | 13 | ||
14 | namespace OpenSim | 14 | namespace OpenSim |
15 | { | 15 | { |
16 | public class ClientViewBase | 16 | public class ClientViewBase |
17 | { | 17 | { |
18 | protected BlockingQueue<QueItem> PacketQueue; | 18 | protected BlockingQueue<QueItem> PacketQueue; |
19 | protected Dictionary<uint, uint> PendingAcks = new Dictionary<uint, uint>(); | 19 | protected Dictionary<uint, uint> PendingAcks = new Dictionary<uint, uint>(); |