diff options
author | Sean Dague | 2009-02-12 18:59:45 +0000 |
---|---|---|
committer | Sean Dague | 2009-02-12 18:59:45 +0000 |
commit | 5959e426834b49c9048b862506e9db50870ef867 (patch) | |
tree | 6d6ad1c1d64e9f9d6474fd89c59d99b22b2b4bbc /OpenSim/Region/CoreModules/InterGrid | |
parent | * Lock remaining m_rpcHandlers use since these accesses are not guaranteed to... (diff) | |
download | opensim-SC_OLD-5959e426834b49c9048b862506e9db50870ef867.zip opensim-SC_OLD-5959e426834b49c9048b862506e9db50870ef867.tar.gz opensim-SC_OLD-5959e426834b49c9048b862506e9db50870ef867.tar.bz2 opensim-SC_OLD-5959e426834b49c9048b862506e9db50870ef867.tar.xz |
large scale fix for svn props after "the great refactor"
Diffstat (limited to 'OpenSim/Region/CoreModules/InterGrid')
-rw-r--r-- | OpenSim/Region/CoreModules/InterGrid/OpenGridProtocolModule.cs | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/OpenSim/Region/CoreModules/InterGrid/OpenGridProtocolModule.cs b/OpenSim/Region/CoreModules/InterGrid/OpenGridProtocolModule.cs index 42a76bd..c9a63bd 100644 --- a/OpenSim/Region/CoreModules/InterGrid/OpenGridProtocolModule.cs +++ b/OpenSim/Region/CoreModules/InterGrid/OpenGridProtocolModule.cs | |||
@@ -25,27 +25,27 @@ | |||
25 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 25 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
26 | */ | 26 | */ |
27 | 27 | ||
28 | using System; | 28 | using System; |
29 | using System.Collections.Generic; | 29 | using System.Collections.Generic; |
30 | using System.IO; | 30 | using System.IO; |
31 | using System.Net; | 31 | using System.Net; |
32 | using System.Net.Security; | 32 | using System.Net.Security; |
33 | using System.Reflection; | 33 | using System.Reflection; |
34 | using System.Security.Cryptography.X509Certificates; | 34 | using System.Security.Cryptography.X509Certificates; |
35 | using System.Threading; | 35 | using System.Threading; |
36 | using System.Web; | 36 | using System.Web; |
37 | using log4net; | 37 | using log4net; |
38 | using Nini.Config; | 38 | using Nini.Config; |
39 | using OpenMetaverse; | 39 | using OpenMetaverse; |
40 | using OpenMetaverse.StructuredData; | 40 | using OpenMetaverse.StructuredData; |
41 | using OpenSim.Framework; | 41 | using OpenSim.Framework; |
42 | using OpenSim.Framework.Communications.Capabilities; | 42 | using OpenSim.Framework.Communications.Capabilities; |
43 | using OpenSim.Region.Framework.Interfaces; | 43 | using OpenSim.Region.Framework.Interfaces; |
44 | using OpenSim.Region.Framework.Scenes; | 44 | using OpenSim.Region.Framework.Scenes; |
45 | using Caps=OpenSim.Framework.Communications.Capabilities.Caps; | 45 | using Caps=OpenSim.Framework.Communications.Capabilities.Caps; |
46 | using OSDArray=OpenMetaverse.StructuredData.OSDArray; | 46 | using OSDArray=OpenMetaverse.StructuredData.OSDArray; |
47 | using OSDMap=OpenMetaverse.StructuredData.OSDMap; | 47 | using OSDMap=OpenMetaverse.StructuredData.OSDMap; |
48 | 48 | ||
49 | namespace OpenSim.Region.CoreModules.InterGrid | 49 | namespace OpenSim.Region.CoreModules.InterGrid |
50 | { | 50 | { |
51 | public struct OGPState | 51 | public struct OGPState |