diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Application/VersionInfo.cs (renamed from OpenSim/Region/ClientStack/VersionInfo.cs) | 2 | ||||
-rw-r--r-- | OpenSim/Region/ClientStack/OpenSim.Region.ClientStack.csproj | 11 | ||||
-rw-r--r-- | OpenSim/Region/ClientStack/RegionApplicationBase.cs | 2 | ||||
-rw-r--r-- | OpenSim/Region/ClientStack/UDPServer.cs | 2 |
4 files changed, 7 insertions, 10 deletions
diff --git a/OpenSim/Region/ClientStack/VersionInfo.cs b/OpenSim/Region/Application/VersionInfo.cs index 249ca94..5d1354e 100644 --- a/OpenSim/Region/ClientStack/VersionInfo.cs +++ b/OpenSim/Region/Application/VersionInfo.cs | |||
@@ -27,7 +27,7 @@ | |||
27 | */ | 27 | */ |
28 | using System; | 28 | using System; |
29 | 29 | ||
30 | namespace OpenSim.Region.ClientStack | 30 | namespace OpenSim |
31 | { | 31 | { |
32 | /// <summary> | 32 | /// <summary> |
33 | /// </summary> | 33 | /// </summary> |
diff --git a/OpenSim/Region/ClientStack/OpenSim.Region.ClientStack.csproj b/OpenSim/Region/ClientStack/OpenSim.Region.ClientStack.csproj index 4b5f2a7..cca7c71 100644 --- a/OpenSim/Region/ClientStack/OpenSim.Region.ClientStack.csproj +++ b/OpenSim/Region/ClientStack/OpenSim.Region.ClientStack.csproj | |||
@@ -135,9 +135,6 @@ | |||
135 | <Compile Include="PacketServer.cs"> | 135 | <Compile Include="PacketServer.cs"> |
136 | <SubType>Code</SubType> | 136 | <SubType>Code</SubType> |
137 | </Compile> | 137 | </Compile> |
138 | <Compile Include="UDPServer.cs"> | ||
139 | <SubType>Code</SubType> | ||
140 | </Compile> | ||
141 | <Compile Include="ClientView.PacketHandlers.cs"> | 138 | <Compile Include="ClientView.PacketHandlers.cs"> |
142 | <SubType>Code</SubType> | 139 | <SubType>Code</SubType> |
143 | </Compile> | 140 | </Compile> |
@@ -147,16 +144,16 @@ | |||
147 | <Compile Include="ClientView.ProcessPackets.cs"> | 144 | <Compile Include="ClientView.ProcessPackets.cs"> |
148 | <SubType>Code</SubType> | 145 | <SubType>Code</SubType> |
149 | </Compile> | 146 | </Compile> |
150 | <Compile Include="VersionInfo.cs"> | 147 | <Compile Include="ClientViewBase.cs"> |
151 | <SubType>Code</SubType> | 148 | <SubType>Code</SubType> |
152 | </Compile> | 149 | </Compile> |
153 | <Compile Include="RegionApplicationBase.cs"> | 150 | <Compile Include="ClientView.cs"> |
154 | <SubType>Code</SubType> | 151 | <SubType>Code</SubType> |
155 | </Compile> | 152 | </Compile> |
156 | <Compile Include="ClientViewBase.cs"> | 153 | <Compile Include="RegionApplicationBase.cs"> |
157 | <SubType>Code</SubType> | 154 | <SubType>Code</SubType> |
158 | </Compile> | 155 | </Compile> |
159 | <Compile Include="ClientView.cs"> | 156 | <Compile Include="UDPServer.cs"> |
160 | <SubType>Code</SubType> | 157 | <SubType>Code</SubType> |
161 | </Compile> | 158 | </Compile> |
162 | <Compile Include="Assets\InventoryCache.cs"> | 159 | <Compile Include="Assets\InventoryCache.cs"> |
diff --git a/OpenSim/Region/ClientStack/RegionApplicationBase.cs b/OpenSim/Region/ClientStack/RegionApplicationBase.cs index d39adb5..94db8ee 100644 --- a/OpenSim/Region/ClientStack/RegionApplicationBase.cs +++ b/OpenSim/Region/ClientStack/RegionApplicationBase.cs | |||
@@ -37,7 +37,7 @@ using System.Collections; | |||
37 | using System.Collections.Generic; | 37 | using System.Collections.Generic; |
38 | using libsecondlife; | 38 | using libsecondlife; |
39 | using libsecondlife.Packets; | 39 | using libsecondlife.Packets; |
40 | using OpenSim.Terrain; | 40 | using OpenSim.Region.Terrain; |
41 | using OpenSim.Framework.Interfaces; | 41 | using OpenSim.Framework.Interfaces; |
42 | using OpenSim.Framework.Types; | 42 | using OpenSim.Framework.Types; |
43 | using OpenSim.Framework; | 43 | using OpenSim.Framework; |
diff --git a/OpenSim/Region/ClientStack/UDPServer.cs b/OpenSim/Region/ClientStack/UDPServer.cs index 33097ed..259352c 100644 --- a/OpenSim/Region/ClientStack/UDPServer.cs +++ b/OpenSim/Region/ClientStack/UDPServer.cs | |||
@@ -37,7 +37,7 @@ using System.Collections; | |||
37 | using System.Collections.Generic; | 37 | using System.Collections.Generic; |
38 | using libsecondlife; | 38 | using libsecondlife; |
39 | using libsecondlife.Packets; | 39 | using libsecondlife.Packets; |
40 | using OpenSim.Terrain; | 40 | using OpenSim.Region.Terrain; |
41 | using OpenSim.Framework.Interfaces; | 41 | using OpenSim.Framework.Interfaces; |
42 | using OpenSim.Framework.Types; | 42 | using OpenSim.Framework.Types; |
43 | using OpenSim.Assets; | 43 | using OpenSim.Assets; |