aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.Framework/Interfaces/IGridServer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim.Framework/Interfaces/IGridServer.cs')
-rw-r--r--OpenSim.Framework/Interfaces/IGridServer.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim.Framework/Interfaces/IGridServer.cs b/OpenSim.Framework/Interfaces/IGridServer.cs
index b01f308..e67ea98 100644
--- a/OpenSim.Framework/Interfaces/IGridServer.cs
+++ b/OpenSim.Framework/Interfaces/IGridServer.cs
@@ -52,6 +52,7 @@ namespace OpenSim.Framework.Interfaces
52 string GetName(); 52 string GetName();
53 bool RequestConnection(LLUUID SimUUID, string sim_ip, uint sim_port); 53 bool RequestConnection(LLUUID SimUUID, string sim_ip, uint sim_port);
54 void SetServerInfo(string ServerUrl, string SendKey, string RecvKey); 54 void SetServerInfo(string ServerUrl, string SendKey, string RecvKey);
55 IList RequestMapBlocks(int minX, int minY, int maxX, int maxY);
55 void Close(); 56 void Close();
56 } 57 }
57 58