From bb475e71c755e9162d248e97ffede7111be85412 Mon Sep 17 00:00:00 2001 From: morphw Date: Sun, 20 May 2007 02:33:03 +0000 Subject: Add RequestMapBlocks method to GridServer interfaces --- OpenSim.Framework/Interfaces/RemoteGridBase.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim.Framework/Interfaces/RemoteGridBase.cs') diff --git a/OpenSim.Framework/Interfaces/RemoteGridBase.cs b/OpenSim.Framework/Interfaces/RemoteGridBase.cs index f24ec66..ed13ed5 100644 --- a/OpenSim.Framework/Interfaces/RemoteGridBase.cs +++ b/OpenSim.Framework/Interfaces/RemoteGridBase.cs @@ -22,6 +22,7 @@ namespace OpenSim.Framework.Interfaces public abstract string GetName(); public abstract bool RequestConnection(LLUUID SimUUID, string sim_ip, uint sim_port); public abstract void SetServerInfo(string ServerUrl, string SendKey, string RecvKey); + public abstract IList RequestMapBlocks(int minX, int minY, int maxX, int maxY); public abstract void Close(); public abstract Hashtable GridData { get; -- cgit v1.1