aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.Framework/Interfaces/RemoteGridBase.cs
diff options
context:
space:
mode:
authormorphw2007-05-20 02:33:03 +0000
committermorphw2007-05-20 02:33:03 +0000
commitbb475e71c755e9162d248e97ffede7111be85412 (patch)
tree2c09a253baa9832803bddbefb83d9366a385a875 /OpenSim.Framework/Interfaces/RemoteGridBase.cs
parentAdd XmlRpcMapBlockMethod handlers to service map-block XmlRpc requests from r... (diff)
downloadopensim-SC_OLD-bb475e71c755e9162d248e97ffede7111be85412.zip
opensim-SC_OLD-bb475e71c755e9162d248e97ffede7111be85412.tar.gz
opensim-SC_OLD-bb475e71c755e9162d248e97ffede7111be85412.tar.bz2
opensim-SC_OLD-bb475e71c755e9162d248e97ffede7111be85412.tar.xz
Add RequestMapBlocks method to GridServer interfaces
Diffstat (limited to '')
-rw-r--r--OpenSim.Framework/Interfaces/RemoteGridBase.cs1
1 files changed, 1 insertions, 0 deletions
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
22 public abstract string GetName(); 22 public abstract string GetName();
23 public abstract bool RequestConnection(LLUUID SimUUID, string sim_ip, uint sim_port); 23 public abstract bool RequestConnection(LLUUID SimUUID, string sim_ip, uint sim_port);
24 public abstract void SetServerInfo(string ServerUrl, string SendKey, string RecvKey); 24 public abstract void SetServerInfo(string ServerUrl, string SendKey, string RecvKey);
25 public abstract IList RequestMapBlocks(int minX, int minY, int maxX, int maxY);
25 public abstract void Close(); 26 public abstract void Close();
26 public abstract Hashtable GridData { 27 public abstract Hashtable GridData {
27 get; 28 get;