diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim.Framework/Interfaces/IGridServer.cs (renamed from OpenSim.Framework/IGridServer.cs) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/OpenSim.Framework/IGridServer.cs b/OpenSim.Framework/Interfaces/IGridServer.cs index 9c06a6b..b01f308 100644 --- a/OpenSim.Framework/IGridServer.cs +++ b/OpenSim.Framework/Interfaces/IGridServer.cs | |||
@@ -27,13 +27,14 @@ | |||
27 | 27 | ||
28 | 28 | ||
29 | using System; | 29 | using System; |
30 | using System.Collections; | 30 | using System.Collections; |
31 | using System.Collections.Generic; | 31 | using System.Collections.Generic; |
32 | using System.Net; | 32 | using System.Net; |
33 | using System.Net.Sockets; | 33 | using System.Net.Sockets; |
34 | using System.IO; | 34 | using System.IO; |
35 | using libsecondlife; | 35 | using libsecondlife; |
36 | using OpenSim; | 36 | using OpenSim; |
37 | using OpenSim.Framework.Types; | ||
37 | 38 | ||
38 | namespace OpenSim.Framework.Interfaces | 39 | namespace OpenSim.Framework.Interfaces |
39 | { | 40 | { |
@@ -51,7 +52,7 @@ namespace OpenSim.Framework.Interfaces | |||
51 | string GetName(); | 52 | string GetName(); |
52 | bool RequestConnection(LLUUID SimUUID, string sim_ip, uint sim_port); | 53 | bool RequestConnection(LLUUID SimUUID, string sim_ip, uint sim_port); |
53 | void SetServerInfo(string ServerUrl, string SendKey, string RecvKey); | 54 | void SetServerInfo(string ServerUrl, string SendKey, string RecvKey); |
54 | void Close(); | 55 | void Close(); |
55 | } | 56 | } |
56 | 57 | ||
57 | public struct UUIDBlock | 58 | public struct UUIDBlock |